.editorconfig 283 B

123456789101112131415
  1. root = true
  2. [*.{cpp,h,inl,cmake,sh,bat,hlsl}]
  3. indent_style = tab
  4. indent_size = 4
  5. tab_width = 4
  6. trim_trailing_whitespace = true
  7. insert_final_newline = true
  8. [CMakeLists.txt]
  9. indent_style = tab
  10. indent_size = 4
  11. tab_width = 4
  12. trim_trailing_whitespace = true
  13. insert_final_newline = true