mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-25 02:51:13 +00:00
[lint] Ignore newline in svg files within fonts/.
This commit is contained in:
parent
1266a740e5
commit
fc16211125
2 changed files with 10 additions and 9 deletions
|
@ -12,18 +12,15 @@ indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
max_line_length = 100
|
max_line_length = 100
|
||||||
|
|
||||||
[*.{md,markdown}]
|
|
||||||
trim_trailing_whitespace = false
|
|
||||||
|
|
||||||
[*.{yml,yaml}]
|
|
||||||
indent_size = 2
|
|
||||||
max_line_length = off
|
|
||||||
|
|
||||||
[{bw-dev,fr-dev,LICENSE}]
|
[{bw-dev,fr-dev,LICENSE}]
|
||||||
max_line_length = off
|
max_line_length = off
|
||||||
|
|
||||||
[*.{csv,json,html,md,po,py,svg,tsv}]
|
[*.{csv,json,html,md,po,py,svg,tsv}]
|
||||||
max_line_length = off
|
max_line_length = off
|
||||||
|
|
||||||
[fonts/**]
|
[*.{md,markdown}]
|
||||||
insert_final_newline = unset
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[*.{yml,yaml}]
|
||||||
|
indent_size = 2
|
||||||
|
max_line_length = off
|
||||||
|
|
4
bookwyrm/static/css/fonts/.editorconfig
Normal file
4
bookwyrm/static/css/fonts/.editorconfig
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# @see https://editorconfig.org/
|
||||||
|
|
||||||
|
[*.svg]
|
||||||
|
insert_final_newline = unset
|
Loading…
Reference in a new issue