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 | 6d7d5b72eec4fc4173b4d50e44b230bf1358c18c (patch) | |
tree | b334b0688f79c2bf7bc9bc05bd347942e4e94010 /.editorconfig | |
parent | 8c7102cbfe81c97a17f079ce42938f81e0f8a6f8 (diff) | |
download | crupest-6d7d5b72eec4fc4173b4d50e44b230bf1358c18c.tar.gz crupest-6d7d5b72eec4fc4173b4d50e44b230bf1358c18c.tar.bz2 crupest-6d7d5b72eec4fc4173b4d50e44b230bf1358c18c.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 |