From cfa87a078edc40fe1d8d2d49b1f038d0d7728995 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 28 Sep 2023 11:10:58 +0300 Subject: [PATCH] .editorconfig: add *.tex with unset max_line_length --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 2d243fcc..aee83500 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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