mirror of
https://github.com/git/git.git
synced 2026-03-12 18:09:46 +01:00
Merge branch 'ps/editorconfig-unanchor' into jch
Editorconfig filename patterns were specified incorrectly, making many source files inside subdirectories uncovered, which has been corrected. * ps/editorconfig-unanchor: editorconfig: fix style not applying to subdirs anymore
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user