You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
594 B

  1. # https://editorconfig.org
  2. # SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. root = true
  5. [*]
  6. charset = utf-8
  7. end_of_line = lf
  8. indent_size = 4
  9. indent_style = tab
  10. insert_final_newline = true
  11. trim_trailing_whitespace = true
  12. [*.yml]
  13. indent_size = 2
  14. indent_style = space
  15. [*.md]
  16. trim_trailing_whitespace = false
  17. [*.svg]
  18. insert_final_newline = false
  19. [package*.json]
  20. indent_size = 2
  21. indent_style = space
  22. [build/psalm-baseline.xml]
  23. indent_size = 2
  24. indent_style = space
  25. [config/*config.php]
  26. indent_size = 2
  27. indent_style = space