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 | f4f4a347e3dd40974fe707fe833bf2f4df7d05c3 (patch) | |
tree | 58e4c5e44088d428d294a96e234a5a582d014686 /.editorconfig | |
parent | d4ee89a4cdbbea634e7536c1c06d3ebbeff2cc9b (diff) | |
download | crupest-f4f4a347e3dd40974fe707fe833bf2f4df7d05c3.tar.gz crupest-f4f4a347e3dd40974fe707fe833bf2f4df7d05c3.tar.bz2 crupest-f4f4a347e3dd40974fe707fe833bf2f4df7d05c3.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] |