Browse Source

Add an editorconfig

master
3moon 8 years ago
parent
commit
c04b4cbb63
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      .editorconfig

+ 15
- 0
.editorconfig View File

@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.asm]
indent_style = tab
indent_size = 4
[*.rs]
indent_style = space
indent_size = 4

Loading…
Cancel
Save