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
commitda82a9f2a39064ce8faac791de319097ae676546 (patch)
tree2133b1b115b3f1cfe9573488c87e93fbb618f80c /.editorconfig
parent04041174a126a20edd4e5299b4d4f2fd0afca7ce (diff)
downloadcrupest-da82a9f2a39064ce8faac791de319097ae676546.tar.gz
crupest-da82a9f2a39064ce8faac791de319097ae676546.tar.bz2
crupest-da82a9f2a39064ce8faac791de319097ae676546.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