aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-26 22:31:34 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-26 23:59:57 +0800
commit59b9ea0ca5a01f1c26ead527a054da65bbdd665f (patch)
tree45d91c8db0357c49d4d9f5bd7f1b7f7cf512a582 /.editorconfig
parent5078921f9309ee1d78d528aa683c8eb982c571e1 (diff)
downloadcrupest-59b9ea0ca5a01f1c26ead527a054da65bbdd665f.tar.gz
crupest-59b9ea0ca5a01f1c26ead527a054da65bbdd665f.tar.bz2
crupest-59b9ea0ca5a01f1c26ead527a054da65bbdd665f.zip
feat(git): add protected refs.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index a688414..97c3ded 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,5 +7,9 @@ indent_style = space
indent_size = 2
trim_trailing_whitespace = true
+[gitconfig]
+indent_style = tab
+tab_width = 8
+
[*.py]
profile = black