diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-01 21:55:01 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-01 21:55:01 +0800 |
commit | 3cb62b716180d623f71b6e624ffa3ee145a01245 (patch) | |
tree | 01c550c41276b563d7276d04c66c9317568b80ea /.editorconfig | |
parent | 3bc583bc749880e8dcd7f79e9c74741ec1e6718a (diff) | |
download | crupest-3cb62b716180d623f71b6e624ffa3ee145a01245.tar.gz crupest-3cb62b716180d623f71b6e624ffa3ee145a01245.tar.bz2 crupest-3cb62b716180d623f71b6e624ffa3ee145a01245.zip |
feat(hurd): add *_max sample fix.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index d1a54da..e0b1274 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,9 @@ trim_trailing_whitespace = true indent_style = tab tab_width = 8 +[*.{c,cpp,h}] +indent_size = 2 + [*.{yaml,yml}] indent_size = 2 |