The LM Control website. Simple yet efficient.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

.editorconfig 520B

123456789101112131415161718192021222324252627282930313233343536373839
  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. [LICENSE.md]
  13. indent_size = off
  14. [*.md]
  15. max_line_length = off
  16. [*.json]
  17. max_line_length = off
  18. [Makefile]
  19. max_line_length = off
  20. [CHANGELOG.md]
  21. indent_style = space
  22. indent_size = 2
  23. [LICENSE]
  24. indent_size = 2
  25. max_line_length = off
  26. [coverage/**/*]
  27. indent_size = off
  28. indent_style = off
  29. indent = off
  30. max_line_length = off