.editorconfig 260 B

123456789101112131415
  1. # EditorConfig
  2. # http://EditorConfig.org
  3. # top-most EditorConfig file
  4. root = true
  5. # LF end-of-line, insert an empty new line and UTF-8
  6. [*]
  7. end_of_line = lf
  8. insert_final_newline = true
  9. charset = utf-8
  10. # Tab indentation
  11. [makefile,Makefile]
  12. indent_style = tab