Browse Source

Fixes #9779: added .editorconfig

9899-cache-bug
Daniel Gomez Pan 9 years ago committed by Alexander Makarov
parent
commit
5a20120f6d
  1. 11
      .editorconfig

11
.editorconfig

@ -0,0 +1,11 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
Loading…
Cancel
Save