1
0
Fork 0
mirror of https://github.com/GuerillaStudio/now-playing synced 2024-09-18 20:14:54 +00:00
now-playing/.editorconfig
2023-02-20 02:08:02 +01:00

17 lines
240 B
INI

root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.scss]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2