shadiestgoat_obsidian-simpl.../.prettierrc
ShadiestGoat f527d77d1f Format
2025-04-17 00:44:09 +01:00

19 lines
262 B
Text

{
"useTabs": true,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "none",
"semi": false,
"printWidth": 100,
"plugins": [
"prettier-plugin-svelte"
],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}