Skip to content

Commit 34246a1

Browse files
committed
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
2 parents c7a6207 + 7047f75 commit 34246a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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,perl,pl,pm}]
7+
[*.{c,h,sh,perl,pl,pm,txt}]
88
indent_style = tab
99
tab_width = 8
1010

0 commit comments

Comments
 (0)