Skip to content

Commit 4d78565

Browse files
committed
chore(.prettierc): updated
1 parent 0f307a0 commit 4d78565

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.prettierrc

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@
33
"singleQuote": true,
44
"trailingComma": "none",
55
"printWidth": 100,
6-
"bracketSpacing": true
6+
"bracketSpacing": true,
7+
"overrides": [
8+
{
9+
"files": ["*.svelte"],
10+
"options": {
11+
"bracketSameLine": false
12+
}
13+
}
14+
]
715
}

0 commit comments

Comments
 (0)