mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +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
|
|
@ -15,6 +15,3 @@ indent_style = space
|
||||||
[{*.{yml,yaml},.clang{-format,-tidy,d}}]
|
[{*.{yml,yaml},.clang{-format,-tidy,d}}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
[*.svg]
|
|
||||||
insert_final_newline = false
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,10 @@
|
||||||
export default {
|
export default {
|
||||||
multipass: true,
|
multipass: true,
|
||||||
precision: 2,
|
precision: 2,
|
||||||
|
js2svg: {
|
||||||
|
eol: "lf",
|
||||||
|
finalNewline: true,
|
||||||
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
{
|
{
|
||||||
name: "preset-default",
|
name: "preset-default",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue