Browse Source

style: Add editorconfig

main
Mathias Rasmussen 4 years ago
parent
commit
74bac53a4c
  1. 13
      .editorconfig

13
.editorconfig

@ -0,0 +1,13 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{asm,inc}]
indent_style = tab
indent_size = 5
Loading…
Cancel
Save