Add skeleton .editorconfig file

See http://editorconfig.org/

[ci skip]

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2336/head
Alex Coles 10 years ago
parent 9da5300ea7
commit 687ffeac76
  1. 10
      .editorconfig

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,rb}]
charset = utf-8
indent_style = space
indent_size = 2
Loading…
Cancel
Save