Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
include autopep8 in indentation tip
  • Loading branch information
jef-n committed Mar 6, 2016
1 parent d1743a9 commit df22d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify-indentation.sh
Expand Up @@ -70,7 +70,7 @@ if [ -s "$ASTYLEDIFF" ]; then
Tips to prevent and resolve:
* Enable WITH_ASTYLE in your cmake configuration to format C++ code
* Install autopep8 to format python code
* Install autopep8 (>= 1.2.1) to format python code
* Use "scripts/astyle.sh file" to fix the now badly indented files
* Consider using scripts/prepare-commit.sh as pre-commit hook to avoid this
in the future (ln -s ../../scripts/prepare-commit.sh .git/hooks/pre-commit) or
Expand Down

0 comments on commit df22d56

Please sign in to comment.