summaryrefslogtreecommitdiffstats
path: root/.travis/clang-format (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ci: Make use of clang-format 10.0Lioncash2020-08-031-1/+1
| | | | | 10.0 seems to play nicer with C++ attributes compared to clang-format 6.0.
* travis: Use pre-built image for clang-format targetCameron Cawley2018-10-243-5/+2
|
* travis: Ignore binary files when checking for trailing whitespaceCameron Cawley2018-10-161-1/+1
|
* Update build.shN00byKing2018-02-181-1/+1
|
* Use Docker for Build Target clang-format for travis.N00byKing2018-02-163-0/+14
| | | | This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one.
* Travis: Update clang-format to 6.0James Rowe2018-01-211-1/+1
|
* travis: Split build scripts for different platformsMerryMage2017-10-071-0/+37
This commit also separates clang-format from the linux build, closing #2702.