]> granicus.if.org Git - clang/commitdiff
clang-format: Improve clang-format's documentation of ColumnLimit=0.
authorDaniel Jasper <djasper@google.com>
Tue, 3 Dec 2013 17:21:57 +0000 (17:21 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 3 Dec 2013 17:21:57 +0000 (17:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196297 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Format/Format.h

index 05cdccb756cdb9da9a304d7e9c78b6ba755d4851..5da14fc9f3b1fe2af8503d6cb8dcf5f844f58db4 100644 (file)
@@ -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.