Skip to content

Commit 97343c8

Browse files
bk2204gitster
authored andcommitted
editorconfig: add .adoc extension
The .adoc extension is commonly used for AsciiDoc files. In a future commit, we'll update some files to switch from the .txt extension to the .adoc extension, so update the EditorConfig file to use the same configuration for both extensions, since we want the files to be formatted completely identically whether they're using the older or newer extension. Signed-off-by: brian m. carlson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 89cdbff commit 97343c8

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,txt},config.mak.*,Makefile}]
7+
[{*.{c,h,sh,perl,pl,pm,txt,adoc},config.mak.*,Makefile}]
88
indent_style = tab
99
tab_width = 8
1010

0 commit comments

Comments
 (0)