mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-29 20:20:37 +00:00
16 lines
296 B
Text
16 lines
296 B
Text
{
|
|
"useTabs": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
],
|
|
"tailwindStylesheet": "./src/app.css"
|
|
}
|