.editorconfig 233 B

12345678910
  1. # Editor configuration, see https://editorconfig.org for more details.
  2. root = true
  3. [*.{cpp,h,natvis}]
  4. charset = utf-8
  5. end_of_line = lf
  6. indent_style = space
  7. indent_size = 2
  8. insert_final_newline = true
  9. trim_trailing_whitespace = true