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