From: Daniel Jasper Date: Mon, 5 Oct 2015 07:36:40 +0000 (+0000) Subject: clang-format: Remove sentence in option cost threshold that weakens the X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da35e1f9157c1cadeaca806b9f0df2a15e9486ef;p=clang clang-format: Remove sentence in option cost threshold that weakens the statement. Specifically, we don't want people that have already written a patch to just write a style guide for their 1-person project. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249290 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst index c2c076b589..1d581e80e2 100644 --- a/docs/ClangFormatStyleOptions.rst +++ b/docs/ClangFormatStyleOptions.rst @@ -606,8 +606,6 @@ options. Each new style option must .. * .. have a publicly accessible style guide * .. have a person willing to contribute and maintain patches -At least two out of these three need to be met. - Examples ========