lune-packaging/package/action/.editorconfig

11 lines
157 B
INI
Raw Normal View History

2023-09-30 15:23:42 +05:30
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
[{*.yaml,*.yml, *.md}]
indent_style = space
indent_size = 2