.editorconfig: add *.tex with unset max_line_length

This commit is contained in:
Aminda Suomalainen 2023-09-28 11:10:58 +03:00
parent f20e23df42
commit cfa87a078e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,10 @@ max_line_length = 88
#indent_style = space
#indent_size = 2
# LaTeX with git should be used one sentence per line for maximum efficiency
[*.tex]
max_line_length = unset
# TAB Separated Values
[*.{tsv,tab}]
indent_style = tab