mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
verify-indentation.sh: fix tip
This commit is contained in:
parent
2b3cf83991
commit
d2c1668a66
@ -73,7 +73,7 @@ Tips to prevent and resolve:
|
||||
* Install autopep8 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
|
||||
in the future (ln -s ../../scripts/prepare-commit.sh .git/hooks/pre-commit) or
|
||||
run it manually before each commit.
|
||||
EOF
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user