Add .editorconfig to src/rustllvm
... which uses 2 space indent instead of common 4 spaces.
This commit is contained in:
parent
e72580cf09
commit
aff84eb3aa
1 changed files with 6 additions and 0 deletions
6
src/rustllvm/.editorconfig
Normal file
6
src/rustllvm/.editorconfig
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[*.{h,cpp}]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue