We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3df5880 commit 60b4f77Copy full SHA for 60b4f77
scripts/verify-indentation.sh
@@ -61,8 +61,9 @@ if [ -s "$ASTYLEDIFF" ]; then
61
cat <<EOF
62
63
Tips to prevent and resolve:
64
-* Enable WITH_ASTYLE in your cmake configuration
65
-* Use scripts/astyle.sh file to fix the now badly indented files
+* Enable WITH_ASTYLE in your cmake configuration to format C++ code
+* Install autopep8 to format python code
66
+* Use "scripts/astyle.sh file" to fix the now badly indented files
67
* Consider using scripts/prepare-commit.sh as pre-commit hook to avoid this
68
in the future (ln -s scripts/prepare-commit.sh .git/hooks/pre-commit) or
69
run it manually before each commit.
0 commit comments