]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
editorconfig: don't change spaces to tabs in git commit message
authorzeertzjq <zeertzjq@outlook.com>
Sun, 14 Jun 2026 15:05:50 +0000 (15:05 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 14 Jun 2026 15:05:50 +0000 (15:05 +0000)
The text after "Problem:" and "Solution:" are aligned using spaces.

closes: #20519

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.editorconfig

index 1f45e91accff23a388ac5db80b53b5a45e398bcd..e2816538434327d652c05c5f6f43fd39a795ab64 100644 (file)
@@ -37,10 +37,13 @@ trim_trailing_whitespace = false
 trim_trailing_whitespace = false
 
 #
-# Some custom files do not use tabs
+# Some custom files and git commit message do not use tabs
 #
 [src/sign.c]
 indent_style = space
 
 [src/sound.c]
 indent_style = space
+
+[.git/COMMIT_EDITMSG]
+indent_style = space