mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 13:31:51 +00:00
18 lines
240 B
INI
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
|