.editorconfig 233 B

123456789101112131415
  1. # Top-most EditorConfig file
  2. root = true
  3. # Set the default charset
  4. [*]
  5. charset = utf-8
  6. indent_style = space
  7. indent_size = 4
  8. end_of_line = lf
  9. insert_final_newline = true
  10. trim_trailing_whitespace = true
  11. [Makefile]
  12. indent_style = tab