.editorconfig 205 B

1234567891011121314
  1. # http://editorconfig.org
  2. root = true
  3. [*]
  4. indent_style = space
  5. indent_size = 4
  6. trim_trailing_whitespace = true
  7. insert_final_newline = true
  8. charset = utf-8
  9. end_of_line = lf
  10. [Makefile]
  11. indent_style = tab