From 23fd6e8fc96065f3229c42d21c83e9ca1309aa6c Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Wed, 26 Feb 2025 22:31:34 +0800 Subject: feat(git): add protected refs. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.editorconfig') 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 -- cgit v1.2.3