mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Remove phpfmt again, doesn't really work well...
This commit is contained in:
32
.vscode/settings.json
vendored
32
.vscode/settings.json
vendored
@@ -11,36 +11,4 @@
|
|||||||
"blade.format.enable": true,
|
"blade.format.enable": true,
|
||||||
"html.format.wrapAttributes": "force",
|
"html.format.wrapAttributes": "force",
|
||||||
"html.format.wrapLineLength": 0,
|
"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
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user