mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 18:59:22 +01:00
{.,LaTeX}/.editorconfig: attempt to unset LaTeX line length limit
This commit is contained in:
parent
32ae77cff0
commit
9bf39078ad
@ -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
10
LaTeX/.editorconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user