diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-03-05 10:37:44 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-03-05 10:37:44 -0800 |
| commit | 3334de6494363af27393f468c2e7f32f02654f47 (patch) | |
| tree | f595715b8071686bf2d5fb29e078c3de31700d2a | |
| parent | Merge branch 'cc/lop-remote' (diff) | |
| parent | editorconfig: add .bash extension (diff) | |
| download | git-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-- | .editorconfig | 2 |
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 |
