Remove phpfmt again, doesn't really work well...

This commit is contained in:
Bernd Bestel 2020-09-01 19:27:37 +02:00
parent ae590fa910
commit 2bc3b53c63
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

32
.vscode/settings.json vendored
View File

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