Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make .clang-format consistent with cpplint (#435)
## Changes * Apparently, there were some changes to `cpplint`, and it now expects gtest headers to go above C++ std headers. * This PR reorders the headers and removes custom ordering from .clang-format. ## Examples * `./lint.sh` no longer produces any error messages. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/maxitg/setreplace/435) <!-- Reviewable:end -->
- Loading branch information