This commit is contained in:
Andre Meyering 2018-10-10 12:06:20 +02:00
commit 358616ed1f
10 changed files with 331 additions and 0 deletions

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 4
[*.tex]
trim_trailing_whitespace = true