calendar/.editorconfig

22 lines
271 B
INI
Raw Normal View History

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