refactor: remove vscode 'formatOnSave'

This commit ensures that the `formatOnSave` variable is not set. This
needs to be done since people have different prefered formatters. With `formatOnSave`
included this will cause code to be formatted on save with different
formatters than prettier.
This commit is contained in:
rickstaa
2023-06-18 17:34:33 +02:00
parent eebaa44f2a
commit 5b0b386d20
-1
View File
@@ -1,4 +1,3 @@
{
"markdown.extension.toc.levels": "1..3",
"editor.formatOnSave": true
}