diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-11 22:08:49 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-11 22:08:49 +0800 |
commit | 99a322a6badf5b6d95be4944e80d92fc1cb2589e (patch) | |
tree | 4227de0cbb1fd73ef99de4bc57041492a0450208 /.editorconfig | |
parent | 3a8abe0aed9bb72ed64cbfe9f2f83a0db285e14c (diff) | |
download | cru-99a322a6badf5b6d95be4944e80d92fc1cb2589e.tar.gz cru-99a322a6badf5b6d95be4944e80d92fc1cb2589e.tar.bz2 cru-99a322a6badf5b6d95be4944e80d92fc1cb2589e.zip |
...
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..a957f24a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +end_of_line = crlf +insert_final_newline = true + +[*.cpp] +indent_style = space +indent_size = 2 + +[*.hpp] +indent_style = space +indent_size = 2 |