.editorconfig 240 B

12345678910111213
  1. # EditorConfig is awesome: https://EditorConfig.org
  2. # top-most EditorConfig file
  3. root = true
  4. [*]
  5. indent_style = tab
  6. indent_size = 4
  7. tab_width = 3
  8. end_of_line = lf
  9. charset = utf-8
  10. trim_trailing_whitespace = true
  11. insert_final_newline = true