aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 915ad661f1b568c73399e85af476dfb6da8bbbeb (plain)
  1. # editorconfig.org
  2. root = true
  3. [*]
  4. end_of_line = lf
  5. charset = utf-8
  6. insert_final_newline = true
  7. [*.{c,h}]
  8. trim_trailing_whitespace = true
  9. indent_style = tab
  10. indent_size = 8
  11. [Makefile]
  12. trim_trailing_whitespace = true
  13. indent_style = tab
  14. indent_size = 8