{ "phpserver.relativePath": "public", "editor.formatOnType": true, "editor.formatOnPaste": true, "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, "php-cs-fixer.onsave": true, "phpfmt.passes": [ "PSR2KeywordsLowerCase", "PSR2LnAfterNamespace", "PSR2CurlyOpenNextLine", "PSR2ModifierVisibilityStaticOrder", "PSR2SingleEmptyLineAndStripClosingTag", "ReindentSwitchBlocks", "AllmanStyleBraces", "StripExtraCommaInArray" ], "phpfmt.exclude": [ "ReindentComments", "StripNewlineWithinClassBody" ], "phpfmt.psr2": false, "phpfmt.indent_with_space": false, }