We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5bf9c commit 05f59e3Copy full SHA for 05f59e3
.prettierrc
@@ -1,12 +1,11 @@
1
{
2
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
3
- "pluginSearchDirs": ["."],
4
"overrides": [{ "files": "*.svelte *.ts *.js", "options": { "parser": "svelte" } }],
5
"svelteAllowShorthand": false,
6
"tabWidth": 4,
7
"singleQuote": false,
8
"bracketSpacing": true,
9
"bracketSameLine": false,
10
"printWidth": 200,
11
- "end_of_line ": "crlf"
+ "endOfLine": "crlf"
12
}
0 commit comments