Browse Source

Handled special .editorconfig case for markdown

9899-cache-bug
Alexander Makarov 9 years ago
parent
commit
daa632495c
  1. 3
      .editorconfig

3
.editorconfig

@ -9,3 +9,6 @@ insert_final_newline = true
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

Loading…
Cancel
Save