Skip to content
Snippets Groups Projects
.editorconfig 380 B
Newer Older
root = true

[Makefile]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = false
max_line_length = 120
tab_width = 4

[*.bib]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
charset = utf-8
insert_final_newline = true

[*.tex]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true