Skip to content

Commit ead1dc4

Browse files
authored
Fix .editorconfig for .tex files (#27)
The configuration did not match the actually used indentation format.
1 parent 6a93593 commit ead1dc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ trim_trailing_whitespace = true
99
insert_final_newline = true
1010
indent_style = space
1111
indent_size = 2
12+
13+
[*.tex]
14+
indent_style = tab
15+
indent_size = 2

0 commit comments

Comments
 (0)