THANASOFT-HFC/calendar/.editorconfig
2024-12-16 17:24:37 +03:00

22 lines
271 B
INI

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