Update .editorconfig style guide

This commit is contained in:
George Cushen 2016-09-22 01:51:44 +01:00
commit fa9a77d5fa

View file

@ -10,8 +10,8 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.toml]
max_line_length = 100
[*.md]
trim_trailing_whitespace = false
[*.{html,css}]
indent_size = 4