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 | 59b9ea0ca5a01f1c26ead527a054da65bbdd665f (patch) | |
tree | 45d91c8db0357c49d4d9f5bd7f1b7f7cf512a582 /.editorconfig | |
parent | 5078921f9309ee1d78d528aa683c8eb982c571e1 (diff) | |
download | crupest-59b9ea0ca5a01f1c26ead527a054da65bbdd665f.tar.gz crupest-59b9ea0ca5a01f1c26ead527a054da65bbdd665f.tar.bz2 crupest-59b9ea0ca5a01f1c26ead527a054da65bbdd665f.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 |