clang-format: Improve clang-format's documentation of ColumnLimit=0.

llvm-svn: 196297
This commit is contained in:
Daniel Jasper 2013-12-03 17:21:57 +00:00
parent a759848126
commit 7371092d25
1 changed files with 1 additions and 1 deletions

View 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.