зеркало из https://github.com/microsoft/git.git
Merge branch 'hi/indent-text-with-tabs-in-editorconfig'
Tell .editorconfig that in this project, *.txt files are indented with tabs. * hi/indent-text-with-tabs-in-editorconfig: editorconfig: indent text files with tabs
This commit is contained in:
Коммит
34246a1a3c
|
@ -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}]
|
||||
[*.{c,h,sh,perl,pl,pm,txt}]
|
||||
indent_style = tab
|
||||
tab_width = 8
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче