.editorconfig 183 B

12345678910
  1. # EditorConfig is awesome: http://EditorConfig.org
  2. root = true
  3. [*]
  4. end_of_line = lf
  5. insert_final_newline = true
  6. charset = utf-8
  7. trim_trailing_whitespace = true
  8. indent_style = space