misc_pterodactyl-panel/.editorconfig

11 lines
138 B
INI
Raw Normal View History

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