.editorconfig 145 B

12345678
  1. root = true
  2. [*.{cpp,h,c,cmake}]
  3. insert_final_newline = true
  4. charset = utf-8
  5. indent_style = space
  6. indent_size = 2
  7. trim_trailing_whitespace = true