From 2bc3b53c631c9d78d52dcb7a273abd0379ddeb22 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 1 Sep 2020 19:27:37 +0200 Subject: [PATCH] Remove phpfmt again, doesn't really work well... --- .vscode/settings.json | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e95e717b..0c35f34a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,36 +11,4 @@ "blade.format.enable": true, "html.format.wrapAttributes": "force", "html.format.wrapLineLength": 0, - "phpfmt.passes": [ - "AddMissingParentheses", - "AliasToMaster", - "AllmanStyleBraces", - "AutoSemicolon", - "ClassToSelf", - "ConvertOpenTagWithEcho", - "DoubleToSingleQuote", - "OrderAndRemoveUseClauses", - "OrganizeClass", - "ReindentSwitchBlocks", - "RemoveIncludeParentheses", - "RemoveSemicolonAfterCurly", - "RemoveUseLeadingSlash", - "ReplaceBooleanAndOr", - "ShortArray", - "SmartLnAfterCurlyOpen", - "SpaceAroundControlStructures", - "SpaceBetweenMethods", - "StripExtraCommaInArray", - "StripNewlineAfterClassOpen", - "StripNewlineAfterCurlyOpen", - "UpgradeToPreg", - "WrongConstructorName" - ], - "phpfmt.exclude": [ - "ReindentComments", - "StripNewlineWithinClassBody" - ], - "phpfmt.psr2": false, - "phpfmt.detect_indent": true, - "phpfmt.smart_linebreak_after_curly": true }