{.,LaTeX}/.editorconfig: attempt to unset LaTeX line length limit

This commit is contained in:
Aminda Suomalainen 2023-09-28 11:08:07 +03:00
parent 32ae77cff0
commit 9bf39078ad
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 13 additions and 0 deletions

View File

@ -20,3 +20,6 @@ indent_style = tab
indent_size = tab
trim_trailing_whitespace = false
max_line_length = off
[*.tex]
max_line_length = unset

10
LaTeX/.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
# This directory should only contain LaTeX files so no need to include line length limit. Remember the rule, one sentence per line.
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
indent_style = space
max_line_length = unset