Skip to content

Commit 2ca397f

Browse files
committed
Merge branch 'ps/editorconfig-unanchor'
Editorconfig filename patterns were specified incorrectly, making many source files inside subdirectories unaffected, which has been corrected. * ps/editorconfig-unanchor: editorconfig: fix style not applying to subdirs anymore
2 parents 432282f + 8a1b789 commit 2ca397f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.editorconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ insert_final_newline = true
44

55
# The settings for C (*.c and *.h) files are mirrored in .clang-format. Keep
66
# them in sync.
7-
[{*.{c,h,sh,bash,perl,pl,pm,txt,adoc},config.mak.*,Makefile,templates/hooks/*.sample}]
7+
[{*.{c,h,sh,bash,perl,pl,pm,txt,adoc},config.mak.*,Makefile}]
8+
indent_style = tab
9+
tab_width = 8
10+
11+
[templates/hooks/*.sample]
812
indent_style = tab
913
tab_width = 8
1014

0 commit comments

Comments
 (0)