Skip to content

Commit 8b032a1

Browse files
committed
Prettier
1 parent 1f30988 commit 8b032a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.prettierrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"useTabs": true,
3-
"singleQuote": true,
3+
"semi": false,
44
"trailingComma": "none",
5-
"printWidth": 100,
5+
"printWidth": 120,
66
"plugins": ["prettier-plugin-svelte"],
77
"pluginSearchDirs": ["."],
88
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]

0 commit comments

Comments
 (0)