.editorconfig 176 B

12345678910
  1. # Editor configuration, see https://editorconfig.org
  2. root = true
  3. # All files
  4. [*]
  5. charset = utf-8
  6. end_of_line = lf
  7. insert_final_newline = true
  8. trim_trailing_whitespace = true