Skip to content

Commit

Permalink
edit .pylintrc indentation from 2 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinGeens committed May 15, 2024
1 parent d25e2fe commit 54847b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ max-module-lines=99999
# spaces. Google's externaly-published style guide says 4, consistent with
# PEP 8. Here, we use 2 spaces, for conformity with many open-sourced Google
# projects (like TensorFlow).
indent-string=' '
indent-string=' '

# Number of spaces of indent required inside a hanging or continued line.
indent-after-paren=4
Expand Down

0 comments on commit 54847b2

Please sign in to comment.