Ignore the final newline for ico, keep, pdf and svg files
This commit is contained in:
parent
0c9628c180
commit
e8d51b93a9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue