rust/src/rustllvm/.editorconfig
Stepan Koltsov aff84eb3aa Add .editorconfig to src/rustllvm
... which uses 2 space indent instead of common 4 spaces.
2017-06-30 23:13:40 +03:00

7 lines
110 B
INI

[*.{h,cpp}]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2