mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
.editorconfig: add *.tex with unset max_line_length
This commit is contained in:
parent
f20e23df42
commit
cfa87a078e
@ -70,6 +70,10 @@ max_line_length = 88
|
|||||||
#indent_style = space
|
#indent_style = space
|
||||||
#indent_size = 2
|
#indent_size = 2
|
||||||
|
|
||||||
|
# LaTeX with git should be used one sentence per line for maximum efficiency
|
||||||
|
[*.tex]
|
||||||
|
max_line_length = unset
|
||||||
|
|
||||||
# TAB Separated Values
|
# TAB Separated Values
|
||||||
[*.{tsv,tab}]
|
[*.{tsv,tab}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
Loading…
Reference in New Issue
Block a user