From 7cf721d3c51768e64dfd30a481b2c688aaf06593 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Fri, 26 Jun 2015 12:38:44 -0700 Subject: [PATCH] Bug 961541 - Make Clang-Format ignore all comments. r=mystor DONTBUILD --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.clang-format b/.clang-format index dc33c722457c..75db1584700f 100644 --- a/.clang-format +++ b/.clang-format @@ -1 +1,4 @@ BasedOnStyle: Mozilla + +# Ignore all comments because they aren't reflowed properly. +CommentPragmas: "^"