diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-03 16:58:21 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-03 16:58:21 +0800 |
commit | 15394615d468b256f2348a35faacb37468290137 (patch) | |
tree | b72f608592b035c7adeb679e3850c612553cd50e /.editorconfig | |
parent | 6f46e10fa0227263e900035c5c27fa7fba3eb717 (diff) | |
download | crupest-15394615d468b256f2348a35faacb37468290137.tar.gz crupest-15394615d468b256f2348a35faacb37468290137.tar.bz2 crupest-15394615d468b256f2348a35faacb37468290137.zip |
feat(www): update page and use hugo image.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index e0b1274..ab74694 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,10 +11,13 @@ trim_trailing_whitespace = true indent_style = tab tab_width = 8 +[*.{html,css,js,ts}] +indent_size = 2 + [*.{c,cpp,h}] indent_size = 2 -[*.{yaml,yml}] +[*.{json,yaml,yml}] indent_size = 2 [*.py] |