.editorconfig 299 B

1234567891011121314151617181920
  1. root = true
  2. [*]
  3. charset = utf-8
  4. indent_style = tab
  5. insert_final_newline = true
  6. spelling_language = en-US
  7. trim_trailing_whitespace = true
  8. [{*.py,CMakePresets.json}]
  9. indent_style = space
  10. indent_size = 4
  11. [*.{md,yml}]
  12. indent_style = space
  13. indent_size = 2
  14. [*.ui]
  15. indent_style = space
  16. indent_size = 1