Skip to content
Snippets Groups Projects
.editorconfig 184 B
Newer Older
Jonas Gröger's avatar
Jonas Gröger committed
# http://editorconfig.org
root = true

Jonas Gröger's avatar
Jonas Gröger committed
end_of_line = lf
indent_size = 2
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true