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

[*]
indent_style = spaces
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
Lars Bilke's avatar
Lars Bilke committed
indent_style = spaces
indent_size = 4