[READ-ONLY] Mirror of https://github.com/mrgnw/textme.
textme.cc
303 B
28 lines
1{
2 "useTabs": true,
3 "singleQuote": true,
4 "trailingComma": "none",
5 "printWidth": 100,
6 "plugins": [
7
8 "prettier-plugin-svelte",
9
10 "prettier-plugin-tailwindcss"
11
12 ],
13 "pluginSearchDirs": [
14
15 "."
16
17 ],
18 "overrides": [
19
20 {
21 "files": "*.svelte",
22 "options": {
23 "parser": "svelte"
24 }
25 }
26
27 ]
28}