.editorconfig 132 B

12345678
  1. [*]
  2. indent_style = tab
  3. indent_size = 2
  4. end_of_line = lf
  5. trim_trailing_whitespace = true
  6. insert_final_newline = true
  7. charset = utf-8