Skip to content

Commit 9181756

Browse files
committed
.editorconfig: Format .bash files like .sh
1 parent 106ba63 commit 9181756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ insert_final_newline = false
2424
# see https://nixos.org/nixpkgs/manual/#chap-conventions
2525

2626
# Match json/lockfiles/markdown/nix/perl/python/ruby/shell/docbook files, set indent to spaces
27-
[*.{json,lock,md,nix,pl,pm,py,rb,sh,xml}]
27+
[*.{bash,json,lock,md,nix,pl,pm,py,rb,sh,xml}]
2828
indent_style = space
2929

3030
# Match docbook files, set indent width of one
@@ -36,7 +36,7 @@ indent_size = 1
3636
indent_size = 2
3737

3838
# Match perl/python/shell scripts, set indent width of four
39-
[*.{pl,pm,py,sh}]
39+
[*.{bash,pl,pm,py,sh}]
4040
indent_size = 4
4141

4242
# Match gemfiles, set indent to spaces with width of two

0 commit comments

Comments
 (0)