1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-17 21:28:14 +01:00

insert_final_newline to true

This commit is contained in:
Elan Ruusamäe 2014-03-20 09:17:56 +02:00
parent e7728405f5
commit ebc91b5d33

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).