1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-06 14:16:28 +02:00

Merge pull request #96 from glensc/patch-2

insert_final_newline to true
This commit is contained in:
Steve Clay
2014-03-20 06:47:05 -04:00

View File

@@ -11,6 +11,7 @@ trim_trailing_whitespace = false
[*.php] [*.php]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
insert_final_newline = true
[vendor/**] [vendor/**]
; Use editor default (possible autodetection). ; Use editor default (possible autodetection).