mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 01:52:28 +08:00
8 lines
188 B
JSON
8 lines
188 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"prettier.tabWidth": 4,
|
|
"files.eol": "\n",
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|