nextcloud-calendar/.editorconfig

19 lines
230 B
INI
Raw Normal View History

2016-06-18 18:24:13 +02:00
root = true
# General
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.{js,php,vue}]
2016-06-18 18:24:13 +02:00
indent_style = tab
insert_final_newline = true
2016-09-12 20:31:13 +02:00
[Makefile]
indent_style = tab
[*.yml]
indent_style = space
indent_size = 2