Skip to content

Commit

Permalink
Fixed .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Jun 2, 2023
1 parent b23c59e commit c3d04a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 180
max_line_length = 120
tab_width = 4
trim_trailing_whitespace = false
trim_trailing_whitespace = true
ij_continuation_indent_size = 8
ij_formatter_off_tag = @formatter:off
ij_formatter_on_tag = @formatter:on
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ jobs:
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: true
editorconfig: false

0 comments on commit c3d04a9

Please sign in to comment.