Ignore the final newline for ico, keep, pdf and svg files

This commit is contained in:
gregoirenovel 2018-09-20 14:35:05 +02:00
parent 0c9628c180
commit e8d51b93a9

View file

@ -9,3 +9,6 @@ charset = utf-8
indent_size = 2 indent_size = 2
indent_style = space indent_style = space
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.{ico,keep,pdf,svg}]
insert_final_newline = false