From b5284a80c9584c53ca1391c83a5bc2a836b3cc22 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Wed, 4 Mar 2026 19:31:55 +0100 Subject: [PATCH] Removed no longer needed settings --- .gitignore | 1 - .vscode/settings.json | 15 +-------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index d3a622b4..552515fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ embedded.txt -.DS_Store /.release /packages /public/packages diff --git a/.vscode/settings.json b/.vscode/settings.json index feb58d04..5285d89e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,16 +1,3 @@ { - "phpserver.relativePath": "public", - "editor.formatOnType": true, - "editor.formatOnPaste": false, - "editor.formatOnSave": true, - "editor.insertSpaces": false, - "javascript.format.placeOpenBraceOnNewLineForControlBlocks": true, - "javascript.format.placeOpenBraceOnNewLineForFunctions": true, - "javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false, - "javascript.preferences.quoteStyle": "double", - "blade.format.enable": true, - "html.format.wrapAttributes": "force", - "html.format.wrapLineLength": 0, - "php-cs-fixer.formatHtml": true, - "php-cs-fixer.autoFixBySemicolon": true + "phpserver.relativePath": "public" }