.editorconfig 227 B

12345678910
  1. # https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
  2. root = true
  3. [*]
  4. indent_style = tab
  5. trim_trailing_whitespace = true
  6. end_of_line = lf
  7. charset = utf-8
  8. insert_final_newline = true
  9. max_line_length = 100