diff options
author | crupest <crupest@outlook.com> | 2023-10-07 09:34:00 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-07 09:34:00 +0800 |
commit | 5571f4a03d10d590c0d0d0e64b9e210d0752a44e (patch) | |
tree | 14dc8c831909f72c93457a397be171317cff5510 /.editorconfig | |
parent | 9db39eceafe475720d2539f867e31fe61da623c3 (diff) | |
download | cru-5571f4a03d10d590c0d0d0e64b9e210d0752a44e.tar.gz cru-5571f4a03d10d590c0d0d0e64b9e210d0752a44e.tar.bz2 cru-5571f4a03d10d590c0d0d0e64b9e210d0752a44e.zip |
Start migrating cairo for emsripten.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 345d6884..5fb29bf4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,10 @@ indent_size = 2 indent_style = space indent_size = 2 -[*.cmake, CMakeLists.txt] +[*.cmake] +indent_style = tab +indent_size = 4 + +[CMakeLists.txt] indent_style = tab indent_size = 4 |