aboutsummaryrefslogtreecommitdiff
path: root/format.sh
AgeCommit message (Collapse)Author
2017-10-11Add clang-format check in traivsPascal Bühler
If formatting is required the build will fail and the required diff printed Currently works against clang-format-3.9. All linux configurations will run the check on travis, should consider making a specific configuration for format checking and letting normal builds finish.
2017-10-05use version independent clang-formatPascal Bühler
2017-09-29Add simple script to format all source codePascal Bühler