Browse Source

editorconfig

master
gradient 8 years ago
parent
commit
2ab1dfdcf1
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      .editorconfig

+ 11
- 0
.editorconfig View File

@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.{c,cpp,h,hpp,rs}]
indent_style = space
indent_size = 4

Loading…
Cancel
Save