Pterodactyl-Panel/.editorconfig

11 lines
138 B
INI
Raw Normal View History

2016-12-14 23:07:47 +01:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{php,js,html,css}]
charset = utf-8
indent_style = space
indent_size = 4