.editorconfig 119 B

123456789
  1. root = true
  2. [*.{cpp,h,inl,cmake}]
  3. indent_style = tab
  4. tab_width = 4
  5. [CMakeLists.txt]
  6. indent_style = tab
  7. tab_width = 4