Removed no longer needed settings

This commit is contained in:
Bernd Bestel 2026-03-04 19:31:55 +01:00
parent eb5332f0da
commit b5284a80c9
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 1 additions and 15 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
embedded.txt embedded.txt
.DS_Store
/.release /.release
/packages /packages
/public/packages /public/packages

15
.vscode/settings.json vendored
View File

@ -1,16 +1,3 @@
{ {
"phpserver.relativePath": "public", "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
} }