Skip to content

Commit

Permalink
Set line width to 110
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl authored Aug 20, 2023
1 parent e07b2aa commit 7bd8815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --tab-width 4 --print-width 180 --write **/**/*.java
prettier_options: --tab-width 4 --print-width 110 --write **/**/*.java
prettier_version: "2.8.8"
only_changed: True
commit_message: "auto-format"
Expand Down

0 comments on commit 7bd8815

Please sign in to comment.