mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-07 20:59:23 -05:00
10 lines
264 B
JSON
10 lines
264 B
JSON
{
|
|
"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"
|
|
}
|