[lint] Ignore newline in svg files within fonts/.

This commit is contained in:
Fabien Basmaison 2021-03-04 19:24:11 +01:00
parent 1266a740e5
commit fc16211125
2 changed files with 10 additions and 9 deletions

View file

@ -12,18 +12,15 @@ indent_style = space
insert_final_newline = true
max_line_length = 100
[*.{md,markdown}]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
max_line_length = off
[{bw-dev,fr-dev,LICENSE}]
max_line_length = off
[*.{csv,json,html,md,po,py,svg,tsv}]
max_line_length = off
[fonts/**]
insert_final_newline = unset
[*.{md,markdown}]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
max_line_length = off

View file

@ -0,0 +1,4 @@
# @see https://editorconfig.org/
[*.svg]
insert_final_newline = unset