nextcloud-calendar/.editorconfig

19 lines
230 B
INI

root = true
# General
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.{js,php,vue}]
indent_style = tab
insert_final_newline = true
[Makefile]
indent_style = tab
[*.yml]
indent_style = space
indent_size = 2