mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-24 23:18:23 -05:00
7 lines
171 B
JSON
7 lines
171 B
JSON
{
|
|
"editor.formatOnSave": false,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"files.eol": "\n",
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|