.editorconfig 190 B

1234567891011121314
  1. # http://EditorConfig.org
  2. root = true
  3. [*]
  4. charset = utf-8
  5. end_of_line = lf
  6. trim_trailing_whitespace = true
  7. [*.{py,cpp,h}]
  8. indent_style = space
  9. indent_size = 4
  10. insert_final_newline = true