.editorconfig 142 B

123456789
  1. root = true
  2. [*]
  3. insert_final_newline = true
  4. charset = utf-8
  5. trim_trailing_whitespace = true
  6. indent_style = tab
  7. indent_size = 4
  8. tab_width = 4