insta-toc
Version:
Simultaneously generate, update, and maintain a table of contents for your notes in real time.
25 lines (24 loc) • 503 B
Plain Text
{
"useTabs": false,
"semi": true,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "always",
"printWidth": 90,
"bracketSameLine": true,
"parser": "typescript",
"plugins": ["prettier-plugin-svelte"],
"overrides": [
{
"files": ["*.svelte"],
"options": {
"parser": "svelte",
"svelteBracketNewLine": false,
"svelteIndentScriptAndStyle": true,
"svelteSortOrder": "options-scripts-markup-styles",
"svelteAllowShorthand": true
}
}
]
}