.editorconfig 164 B

123456789
  1. # .editorconfig
  2. [*]
  3. end_of_line = lf
  4. charset = utf-8
  5. indent_style = space
  6. indent_size = 2
  7. trim_trailing_whitespace = true
  8. insert_final_newline = true
  9. tab_width = 2