1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-05-18 02:47:48 +00:00
now-playing/.editorconfig
2023-02-20 02:08:02 +01:00

18 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