4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-18 23:17:05 +00:00
AzuraCast/.editorconfig

14 lines
173 B
INI
Raw Normal View History

2018-06-13 11:31:18 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,py,php}]
charset = utf-8
[*.php]
trim_trailing_whitespace = true
indent_style = space
indent_size = 4