.editorconfig 319 B

1234567891011121314
  1. # SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
  2. # SPDX-License-Identifier: AGPL-3.0-or-later
  3. root = true
  4. [*]
  5. charset = utf-8
  6. indent_style = tab
  7. end_of_line = lf
  8. insert_final_newline = true
  9. trim_trailing_whitespace = true
  10. [{package.json,webpack.config.js}]
  11. indent_style = space
  12. indent_size = 2