summaryrefslogtreecommitdiffstats
path: root/.travis/clang-format/script.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-12Build system: remove references to travisFearlessTobi1-37/+0
Co-Authored-By: Vitor K <vitor-kiguchi@hotmail.com>
2020-08-03ci: Make use of clang-format 10.0Lioncash1-1/+1
10.0 seems to play nicer with C++ attributes compared to clang-format 6.0.
2018-10-16travis: Ignore binary files when checking for trailing whitespaceCameron Cawley1-1/+1
2018-01-21Travis: Update clang-format to 6.0James Rowe1-1/+1
2017-10-07travis: Split build scripts for different platformsMerryMage1-0/+37
This commit also separates clang-format from the linux build, closing #2702.