From 9bf39078ad651cf85c8aa3cfc917f0940d5a9af9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 28 Sep 2023 11:08:07 +0300 Subject: [PATCH] {.,LaTeX}/.editorconfig: attempt to unset LaTeX line length limit --- .editorconfig | 3 +++ LaTeX/.editorconfig | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 LaTeX/.editorconfig 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