.editorconfig 463 B

123456789101112131415161718192021222324
  1. root = true
  2. [{CMakeLists.txt,*.cmake,*.cmake.in}]
  3. indent_style = tab
  4. indent_size = 4
  5. trim_trailing_whitespace = true
  6. insert_final_newline = true
  7. [CMakePresets.json]
  8. indent_style = tab
  9. indent_size = 4
  10. trim_trailing_whitespace = true
  11. insert_final_newline = true
  12. [*.{rcss,rml}]
  13. indent_style = tab
  14. trim_trailing_whitespace = true
  15. insert_final_newline = true
  16. [*.yml]
  17. indent_style = space
  18. indent_size = 2
  19. trim_trailing_whitespace = true
  20. insert_final_newline = true