Disable clang-format for comments containing NOLINT.

Change-Id: I523efd715ec47ab661d1ceebce86a2a0f72d926b
This commit is contained in:
Alexandre Rames 2016-06-02 10:47:01 +01:00
parent 95372fcd05
commit 7a520b3749

View File

@ -37,3 +37,6 @@ BinPackParameters: false
PenaltyBreakBeforeFirstCallParameter: 500
PenaltyBreakString: 100
# Do not format comments that contain the `NOLINT` pragma for `cpplint.py`.
CommentPragmas: NOLINT