.editorconfig 251 B

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