diff options
| author | Stepan Koltsov <stepan.koltsov@gmail.com> | 2017-06-30 23:13:40 +0300 |
|---|---|---|
| committer | Stepan Koltsov <stepan.koltsov@gmail.com> | 2017-06-30 23:13:40 +0300 |
| commit | aff84eb3aa24119084079d5aa2d385bfaa5c8a2d (patch) | |
| tree | 6b965a7521e796ede69b25d11ff89371dbde1477 /src | |
| parent | e72580cf091190c6258648e4cfbca083f20ece3d (diff) | |
| download | rust-aff84eb3aa24119084079d5aa2d385bfaa5c8a2d.tar.gz rust-aff84eb3aa24119084079d5aa2d385bfaa5c8a2d.zip | |
Add .editorconfig to src/rustllvm
... which uses 2 space indent instead of common 4 spaces.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rustllvm/.editorconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rustllvm/.editorconfig b/src/rustllvm/.editorconfig new file mode 100644 index 00000000000..865cd45f708 --- /dev/null +++ b/src/rustllvm/.editorconfig @@ -0,0 +1,6 @@ +[*.{h,cpp}] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 2 |
