Skip to content

Commit

Permalink
4 space indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Dec 2, 2024
1 parent 0d566a2 commit 73f4a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pep8_autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: autopep8
uses: peter-evans/autopep8@v2
with:
args: --recursive --in-place --aggressive --max-line-length 180 --indent-size=2 .
args: --recursive --in-place --aggressive --max-line-length 180 --indent-size=4 .

- name: Check for changes
id: check-changes
Expand Down

0 comments on commit 73f4a53

Please sign in to comment.