Merge pull request #194 from TriliumNext/feature/disable_format_on_save

Disable format on save temporarily
This commit is contained in:
Elian Doran 2024-07-13 09:48:04 +03:00 committed by GitHub
commit e7c3dab56f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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