diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-26 22:31:34 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-26 23:59:57 +0800 |
commit | 23fd6e8fc96065f3229c42d21c83e9ca1309aa6c (patch) | |
tree | 3e3b410a506ba84abc46fb4e2d8e331dd208d1db /.editorconfig | |
parent | 311dfdcc6b5712dd6085287ada5ebe48e02116c4 (diff) | |
download | crupest-23fd6e8fc96065f3229c42d21c83e9ca1309aa6c.tar.gz crupest-23fd6e8fc96065f3229c42d21c83e9ca1309aa6c.tar.bz2 crupest-23fd6e8fc96065f3229c42d21c83e9ca1309aa6c.zip |
feat(git): add protected refs.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
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 |