mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
687ffeac76
See http://editorconfig.org/ [ci skip] Signed-off-by: Alex Coles <alex@alexbcoles.com>
11 lines
128 B
INI
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
|