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" }