1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-18 05:38:16 +01: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
commit 50488ce207

View File

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