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 anymoremaint
commit
2ca397fa7c
|
|
@ -4,7 +4,11 @@ insert_final_newline = true
|
|||
|
||||
# The settings for C (*.c and *.h) files are mirrored in .clang-format. Keep
|
||||
# them in sync.
|
||||
[{*.{c,h,sh,bash,perl,pl,pm,txt,adoc},config.mak.*,Makefile,templates/hooks/*.sample}]
|
||||
[{*.{c,h,sh,bash,perl,pl,pm,txt,adoc},config.mak.*,Makefile}]
|
||||
indent_style = tab
|
||||
tab_width = 8
|
||||
|
||||
[templates/hooks/*.sample]
|
||||
indent_style = tab
|
||||
tab_width = 8
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue