1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-03-13 21:49:40 +01:00

Add '.editorconfig'

This commit is contained in:
Marco 2016-01-28 16:26:01 +01:00
parent 4c27a5a185
commit e5777f8bf2

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
# editorconfig.org
root = true
[*]
charset = utf-8
indent_style = tab
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true