mirror of
https://github.com/shadiestgoat/obsidian-simple-password.git
synced 2026-07-22 05:46:29 +00:00
19 lines
262 B
Text
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"
|
|
}
|
|
}
|
|
]
|
|
}
|