.editorconfig 304 B

12345678910111213141516
  1. # top-most EditorConfig file, enforcing some of the code style
  2. #
  3. # See http://editorconfig.org for a plugin to your editor!
  4. #
  5. root = true
  6. [*]
  7. charset = utf-8
  8. end_of_line = lf
  9. insert_final_newline = true
  10. trim_trailing_whitespace = true
  11. indent_style = space
  12. indent_size = 2
  13. [Makefile]
  14. indent_style = tab