lune-packaging/package/action/.editorconfig

11 lines
157 B
INI
Raw Normal View History

2023-09-30 10:53:42 +01:00
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