Skip to content

Commit

Permalink
disable in default config.
Browse files Browse the repository at this point in the history
"php-cs-fixer.autoFixByBracket": false,
  • Loading branch information
junstyle committed Dec 6, 2023
1 parent 8bf412c commit c35498c
Show file tree
Hide file tree
Showing 4 changed files with 4,040 additions and 2,529 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "extensionHost",
"request": "launch",
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
"outFiles": ["${workspaceFolder}/out/**/*.js"],
"outFiles": ["${workspaceFolder}/**/*.js"],
"preLaunchTask": "npm: watch"
},
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ or right mouse context menu on explorer `php-cs-fixer: fix`
"php-cs-fixer.pathMode": "override",
"php-cs-fixer.ignorePHPVersion": false,
"php-cs-fixer.exclude": [],
"php-cs-fixer.autoFixByBracket": true,
"php-cs-fixer.autoFixByBracket": false,
"php-cs-fixer.autoFixBySemicolon": false,
"php-cs-fixer.formatHtml": false,
"php-cs-fixer.documentFormattingProvider": true
Expand Down
Loading

0 comments on commit c35498c

Please sign in to comment.