.editorconfig 148 B

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