diff options
author | crupest <crupest@outlook.com> | 2019-12-13 22:25:29 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-12-13 22:25:29 +0800 |
commit | 3d3290a60d328b6d2a6d3fc4d8d7483583ed13aa (patch) | |
tree | 3e2b75cfb70e96d4b5f4a0b5cb19a8c3cd20cf53 /.editorconfig | |
parent | 9110574bb51e9e2959842a7641f598d34c3cd847 (diff) | |
download | cru-3d3290a60d328b6d2a6d3fc4d8d7483583ed13aa.tar.gz cru-3d3290a60d328b6d2a6d3fc4d8d7483583ed13aa.tar.bz2 cru-3d3290a60d328b6d2a6d3fc4d8d7483583ed13aa.zip |
...
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index a957f24a..10f91e46 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,7 @@ indent_size = 2 [*.hpp] indent_style = space indent_size = 2 + +[CMakeLists.txt] +indent_style = tab +indent_size = 4 |