4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-18 06:57:05 +00:00
AzuraCast/.editorconfig
Buster "Silver Eagle" Neece 6a4777e44d Add .editorconfig
2018-06-13 06:31:18 -05:00

14 lines
173 B
INI

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