aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-03-03 16:58:21 +0800
committerYuqian Yang <crupest@crupest.life>2025-03-03 16:58:21 +0800
commitcfa5ea2f4a8fd79136cfe95ad1fdfe88d52eece8 (patch)
treec19d51134b8fed16ee10f8097a8e105462b75833 /.editorconfig
parent69c050e349956f4c982f7e73a09f9a0882f1973f (diff)
downloadcrupest-cfa5ea2f4a8fd79136cfe95ad1fdfe88d52eece8.tar.gz
crupest-cfa5ea2f4a8fd79136cfe95ad1fdfe88d52eece8.tar.bz2
crupest-cfa5ea2f4a8fd79136cfe95ad1fdfe88d52eece8.zip
feat(www): update page and use hugo image.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
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]