aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-28 21:06:49 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-28 21:06:49 +0800
commitf920fe41f43784db78c65d4cdd8cfb69107fb14f (patch)
treeea4d8069b3332fc2a44f1c28acd08ad6d9c6efda /.editorconfig
parent1fafeffca45ef23e1db71c7fb53d5febca8d8064 (diff)
downloadcrupest-f920fe41f43784db78c65d4cdd8cfb69107fb14f.tar.gz
crupest-f920fe41f43784db78c65d4cdd8cfb69107fb14f.tar.bz2
crupest-f920fe41f43784db78c65d4cdd8cfb69107fb14f.zip
feat(hurd): add some hurd info.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 529f610..d1a54da 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,5 +11,8 @@ trim_trailing_whitespace = true
indent_style = tab
tab_width = 8
+[*.{yaml,yml}]
+indent_size = 2
+
[*.py]
profile = black