.editorconfig 168 B

12345678910
  1. root = true
  2. # all c++ files
  3. [*.{h,hpp,c,cpp,inl,hxx}]
  4. indent_style = space
  5. indent_size = 4
  6. charset = utf-8
  7. insert_final_newline = true
  8. trim_trailing_whitespace = true