Browse Source

Merge .editorconfig

pull/938/head
Masayuki Tanaka 10 years ago
parent
commit
bffe5936eb
  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