Browse Source

Merge pull request #897 from aendrew/adding_editorconfig

Add an .editorconfig
pull/938/head
Masayuki Tanaka 10 years ago
parent
commit
4bcd3608cf
  1. 10
      .editorconfig

10
.editorconfig

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