mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
feat: add temp formatter settings
This commit is contained in:
parent
fcb30f6319
commit
b88f81b718
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@ -1,5 +1,9 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"files.eol": "\n",
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"prettier.tabWidth": 4,
|
||||
"prettier.printWidth": 140,
|
||||
"prettier.singleQuote": true,
|
||||
"files.eol": "\n",
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user