3 Commits

Author SHA1 Message Date
Chris Bracken
a031239a5d
Restrict clang-format to C, C++, Obj-C, Obj-C++ (#4654)
This re-enables whitelisting of specific filetypes to avoid diffs
including irrelevant changes in case of formatting issues. It also fixes
a missing exit code.
2018-02-09 12:18:29 -08:00
Chris Bracken
c10c417383
Only verify clang-format on changed files (#4605)
Each time we update the clang toolchain, we've needed to deal with diffs
resulting from new clang-format defaults and improvements to existing
settings. This reduces diff checking to just the diffed lines.
2018-01-29 14:39:27 -08:00
Michael Goderbauer
ff0a9a8d96 Enforce clang-format for c-like sources on Travis (#4089)
* Enforce clang-format for c-like sources on Travis

* Edit CONTRIBUTING,md

* review feedback:

* ++

* ++

* ++
2017-09-12 15:42:37 -07:00