mirror of https://github.com/rust-lang/rust.git
Auto merge of #42993 - stepancheg:editorconfig, r=brson
Add .editorconfig to src/rustllvm ... which uses 2 space indent instead of common 4 spaces.
This commit is contained in:
commit
ed1ef191b5
|
@ -0,0 +1,6 @@
|
|||
[*.{h,cpp}]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 2
|
Loading…
Reference in New Issue