.editorconfig 226 B

123456789101112131415
  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. max_line_length = 78
  11. [Makefile]
  12. indent_style = tab