Ohm-Management - Projektarbeit B-ME
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.

.editorconfig 399B

123456789101112131415161718192021222324252627282930
  1. root = true
  2. [*]
  3. indent_style = space
  4. indent_size = 4
  5. end_of_line = lf
  6. charset = utf-8
  7. trim_trailing_whitespace = true
  8. insert_final_newline = true
  9. max_line_length = 160
  10. [test/*]
  11. max_line_length = off
  12. [*.md]
  13. max_line_length = off
  14. [*.json]
  15. max_line_length = off
  16. [Makefile]
  17. max_line_length = off
  18. [CHANGELOG.md]
  19. indent_style = space
  20. indent_size = 2
  21. [LICENSE]
  22. indent_size = 2
  23. max_line_length = off