summaryrefslogtreecommitdiff
path: root/scripts/verify-indentation.sh
AgeCommit message (Collapse)Author
2021-09-15verify-indentation.sh: fix for pull request from bar/master to foo/masterEven Rouault
2021-09-12Add github action workflows CIEven Rouault
2017-05-09Add mechanisms to reformant and check code style (#128)Even Rouault
Use an internal version of astyle (astyle 3.0). Scripts taken from QGIS. astyle.options from https://github.com/uclouvain/openjpeg/issues/128 scripts/prepare-commit.sh can be used locally to automatically reformat edited files. Travis-CI will run scripts/verify-indentation.sh to verify committed files.