mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Style: Ensure svgs have trailing newlines
This commit is contained in:
parent
e948f52ea9
commit
742bd5cc4c
2 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,10 @@
|
|||
export default {
|
||||
multipass: true,
|
||||
precision: 2,
|
||||
js2svg: {
|
||||
eol: "lf",
|
||||
finalNewline: true,
|
||||
},
|
||||
plugins: [
|
||||
{
|
||||
name: "preset-default",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue