.editorconfig 280 B

12345678910111213141516171819
  1. root = true
  2. [*]
  3. insert_final_newline = true
  4. trim_trailing_whitespace = true
  5. charset = utf-8
  6. [*.{cpp,c,h,html,py,kt,cs,qlm}]
  7. indent_style = tab
  8. indent_size = 4
  9. max_line_length = 135
  10. [CMakeLists.txt]
  11. indent_style = space
  12. indent_size = 4
  13. [*.md]
  14. trim_trailing_whitespace = false