]> git.ipfire.org Git - thirdparty/git.git/commitdiff
editorconfig: add .bash extension
authorDavid Mandelberg <david@mandelberg.org>
Sun, 2 Mar 2025 20:54:44 +0000 (15:54 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Mar 2025 16:39:47 +0000 (08:39 -0800)
Both files in the command below appear to be indented with tabs, and I'd
expect .bash files to have roughly the same style as .sh files.

$ find . -name \*.bash
./contrib/completion/git-completion.bash
./ci/check-directional-formatting.bash

Signed-off-by: David Mandelberg <david@mandelberg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.editorconfig

index a3c578a43cee57e11a14295d9126f5e2b036ace7..2d3929b5916a14fcad60f701e8be72dac3c5b2d5 100644 (file)
@@ -4,7 +4,7 @@ insert_final_newline = true
 
 # The settings for C (*.c and *.h) files are mirrored in .clang-format.  Keep
 # them in sync.
-[{*.{c,h,sh,perl,pl,pm,txt,adoc},config.mak.*,Makefile}]
+[{*.{c,h,sh,bash,perl,pl,pm,txt,adoc},config.mak.*,Makefile}]
 indent_style = tab
 tab_width = 8