Skip to content
Snippets Groups Projects
.editorconfig 245 B
Newer Older
francois.grand's avatar
francois.grand committed
# Editor configuration, see http://editorconfig.org
francois.grand's avatar
francois.grand committed
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
francois.grand's avatar
francois.grand committed
max_line_length = off
francois.grand's avatar
francois.grand committed
trim_trailing_whitespace = false