Merge pull request #194 from TriliumNext/feature/disable_format_on_save

Disable format on save temporarily
pull/198/head
Elian Doran 2024-07-13 09:48:04 +07:00 committed by GitHub
commit e7c3dab56f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -1,5 +1,5 @@
{
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.eol": "\n",
"typescript.tsdk": "node_modules/typescript/lib"