Skip to content

Commit

Permalink
Update prettier.yml with new printWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos committed Sep 30, 2021
1 parent c550ff2 commit 347ad8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- uses: actions/checkout@v2
- uses: actionsx/prettier@v2
with:
args: --print-width 80 --tab-width 4 --trailing-comma es5 --arrow-parens always --write "./Extensions/*.js" "./jsHelper/{homeConfig,sidebarConfig}.js" "CustomApps/*/*.css"
args: --print-width 150 --tab-width 4 --trailing-comma es5 --arrow-parens always --write "./Extensions/*.js" "./jsHelper/{homeConfig,sidebarConfig}.js" "CustomApps/*/*.css"

0 comments on commit 347ad8c

Please sign in to comment.