From: Daniel Jasper Date: Tue, 3 Dec 2013 17:21:57 +0000 (+0000) Subject: clang-format: Improve clang-format's documentation of ColumnLimit=0. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95cedc0524d4c3888ce725395ecc8a6b2faffa89;p=clang clang-format: Improve clang-format's documentation of ColumnLimit=0. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196297 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Format/Format.h b/include/clang/Format/Format.h index 05cdccb756..5da14fc9f3 100644 --- a/include/clang/Format/Format.h +++ b/include/clang/Format/Format.h @@ -49,7 +49,7 @@ struct FormatStyle { /// /// A column limit of \c 0 means that there is no column limit. In this case, /// clang-format will respect the input's line breaking decisions within - /// statements. + /// statements unless they contradict other rules. unsigned ColumnLimit; /// \brief The maximum number of consecutive empty lines to keep.