diff options
Diffstat (limited to 'llama.cpp/tools/server/webui/.prettierrc')
| -rw-r--r-- | llama.cpp/tools/server/webui/.prettierrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/llama.cpp/tools/server/webui/.prettierrc b/llama.cpp/tools/server/webui/.prettierrc new file mode 100644 index 0000000..8103a0b --- /dev/null +++ b/llama.cpp/tools/server/webui/.prettierrc | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | { | ||
| 2 | "useTabs": true, | ||
| 3 | "singleQuote": true, | ||
| 4 | "trailingComma": "none", | ||
| 5 | "printWidth": 100, | ||
| 6 | "plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"], | ||
| 7 | "overrides": [ | ||
| 8 | { | ||
| 9 | "files": "*.svelte", | ||
| 10 | "options": { | ||
| 11 | "parser": "svelte" | ||
| 12 | } | ||
| 13 | } | ||
| 14 | ], | ||
| 15 | "tailwindStylesheet": "./src/app.css" | ||
| 16 | } | ||
