This commit is contained in:
Andre Meyering 2018-10-10 12:05:43 +02:00
commit d66cf81292
11 changed files with 352 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