1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 00:52:43 +01:00

Add editorconfig

This commit is contained in:
Dane Everitt 2016-12-14 17:07:47 -05:00
parent 6d59824d00
commit 84f87680d8
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

10
.editorconfig Normal file
View File

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