diff options
author | Daniel Jasper <djasper@google.com> | 2015-10-05 07:36:40 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-10-05 07:36:40 +0000 |
commit | 28ff7287874eaf4eb7c1c6667a6f9978ba0cc6bd (patch) | |
tree | 3f2fc52c2a37e2579fcc6fb2ffee83eb2857e936 | |
parent | 49d3d58a452146f898a91b672a285b3eaf8ef03e (diff) | |
download | bcm5719-llvm-28ff7287874eaf4eb7c1c6667a6f9978ba0cc6bd.tar.gz bcm5719-llvm-28ff7287874eaf4eb7c1c6667a6f9978ba0cc6bd.zip |
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.
llvm-svn: 249290
-rw-r--r-- | clang/docs/ClangFormatStyleOptions.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index c2c076b5892..1d581e80e2c 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/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 ======== |