diff --git a/.clang-format b/.clang-format index 35410709e1e3..debbfd322c80 100644 --- a/.clang-format +++ b/.clang-format @@ -1,8 +1,5 @@ BasedOnStyle: Mozilla -# Ignore all comments because they aren't reflowed properly. -CommentPragmas: "^" - # Prevent the loss of indentation with these macros MacroBlockBegin: "^\ NS_INTERFACE_MAP_BEGIN|\ @@ -24,9 +21,6 @@ NS_IMPL_CYCLE_COLLECTION_UNLINK_END_INHERITED$" SortIncludes: false -ReflowComments: false - - BreakBeforeBraces: Custom BraceWrapping: AfterEnum: true