From 121050960c813084605249a63879980c3c41dd42 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Wed, 28 Sep 2022 11:17:03 +0200 Subject: [PATCH] Fixed conflicting php-cs-fixer VSCode setting --- .vscode/settings.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e5ed3bdc..f272f067 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,6 +12,5 @@ "html.format.wrapAttributes": "force", "html.format.wrapLineLength": 0, "php-cs-fixer.formatHtml": true, - "php-cs-fixer.autoFixBySemicolon": true, - "php-cs-fixer.onsave": true, -} \ No newline at end of file + "php-cs-fixer.autoFixBySemicolon": true +}