.editorconfig 166 B

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