Pterodactyl-Panel/.editorconfig
2016-12-14 17:07:50 -05:00

11 lines
138 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{php,js,html,css}]
charset = utf-8
indent_style = space
indent_size = 4