mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00

* add prettier config * format some files * Revert "format some files" This reverts commit 2c5681ba88c422a92737a9c109021aef8deff2f4.
7 lines
170 B
JSON
7 lines
170 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"files.eol": "\n",
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|