Skip to content

Commit

Permalink
set default rules to @psr12
Browse files Browse the repository at this point in the history
  • Loading branch information
junstyle committed Feb 22, 2024
1 parent 4cb3104 commit 9780541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "php-cs-fixer",
"displayName": "php cs fixer",
"description": "PHP CS Fixer extension for VS Code, php formatter, php code beautify tool, format html",
"version": "0.3.12",
"version": "0.3.13",
"publisher": "junstyle",
"author": "junstyle",
"license": "ISC",
Expand Down Expand Up @@ -64,7 +64,7 @@
"string",
"object"
],
"default": "@PER-CS",
"default": "@PSR12",
"description": "PHP CS Fixer rules (such as @PSR1, @PSR2, @PSR12, @PER-CS, @Symfony...). Support json formatted value. @see: https://github.com/FriendsOfPHP/PHP-CS-Fixer"
},
"php-cs-fixer.config": {
Expand Down

0 comments on commit 9780541

Please sign in to comment.