1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-29 11:18:30 +01:00

Created .editorconfig

This commit is contained in:
Steve Clay 2014-03-19 10:33:07 -04:00
parent 9231aed49f
commit b018c834da

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
; temporary
trim_trailing_whitespace = false
[*.php]
indent_style = space
indent_size = 4