diff --git a/.editorconfig b/.editorconfig index 418ac0c..56104b6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,3 +20,6 @@ indent_style = tab indent_size = tab trim_trailing_whitespace = false max_line_length = off + +[*.tex] +max_line_length = unset diff --git a/LaTeX/.editorconfig b/LaTeX/.editorconfig new file mode 100644 index 0000000..15aa9da --- /dev/null +++ b/LaTeX/.editorconfig @@ -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