Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

.editorconfig 302B

123456789101112131415161718192021
  1. # https://editorconfig.org
  2. root = true
  3. [*]
  4. charset = utf-8
  5. end_of_line = lf
  6. indent_size = 4
  7. indent_style = tab
  8. insert_final_newline = true
  9. trim_trailing_whitespace = true
  10. [*.feature]
  11. indent_size = 2
  12. indent_style = space
  13. [*.md]
  14. trim_trailing_whitespace = false
  15. [*.svg]
  16. insert_final_newline = false