diff options
author | crupest <crupest@outlook.com> | 2023-10-07 00:27:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-07 00:27:54 +0800 |
commit | 2e0eebc4867f5b40c2d457015f267e8d7ebe21ca (patch) | |
tree | 1df65288400fac72dea08e8d08b4e4a18ce624ab /.editorconfig | |
parent | 538616817a749642836ad3b2faff16706500602e (diff) | |
download | cru-2e0eebc4867f5b40c2d457015f267e8d7ebe21ca.tar.gz cru-2e0eebc4867f5b40c2d457015f267e8d7ebe21ca.tar.bz2 cru-2e0eebc4867f5b40c2d457015f267e8d7ebe21ca.zip |
Try build cairo myself.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 3455562a..345d6884 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,6 @@ indent_size = 2 indent_style = space indent_size = 2 -[CMakeLists.txt] +[*.cmake, CMakeLists.txt] indent_style = tab indent_size = 4 |