openmediavault/.editorconfig

13 lines
207 B
INI
Raw Normal View History

# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,py,php,inc,sh,xml,json,html,css}]
charset = utf-8
indent_size = 4
indent_style = tab