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

[*.{json, yaml, yml}]
end_of_line = lf
indent_size = 2
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true