aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-03-05 10:37:44 -0800
committerJunio C Hamano <gitster@pobox.com>2025-03-05 10:37:44 -0800
commit3334de6494363af27393f468c2e7f32f02654f47 (patch)
treef595715b8071686bf2d5fb29e078c3de31700d2a
parentMerge branch 'cc/lop-remote' (diff)
parenteditorconfig: add .bash extension (diff)
downloadgit-3334de6494363af27393f468c2e7f32f02654f47.tar.gz
git-3334de6494363af27393f468c2e7f32f02654f47.zip
Merge branch 'dm/editorconfig-bash-is-like-sh'
The editorconfig file is updated to tell us that bash scripts are similar to general Bourne shell scripts. * dm/editorconfig-bash-is-like-sh: editorconfig: add .bash extension
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index a3c578a43c..2d3929b591 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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