Files
openproject/.editorconfig
T
Alex Coles 687ffeac76 Add skeleton .editorconfig file
See http://editorconfig.org/

[ci skip]

Signed-off-by: Alex Coles <alex@alexbcoles.com>
2014-12-10 18:01:14 +01:00

11 lines
128 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,rb}]
charset = utf-8
indent_style = space
indent_size = 2