X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.vscode%2Fsettings.json;h=b40f1546ca5f76ac286e9fd0101ada7567375a38;hb=41523643d78e93517ffecef6f55759342b8050d5;hp=246e9c6e8977ee78076dd57b3b052f8b2c1a02a4;hpb=2e6f5966ecbefada47d60b1b53d21fe49be439a5;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 246e9c6e..b40f1546 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { + "editor.formatOnSave": false, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll": true } }