mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 07:59:22 +01:00
11 lines
287 B
INI
11 lines
287 B
INI
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
|