Home
last modified time | relevance | path

Searched defs:MaxEmptyLinesToKeep (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDContinuationIndenter.cpp832 unsigned MaxEmptyLinesToKeep = Style.MaxEmptyLinesToKeep + 1; in addTokenOnNewLine() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h1564 unsigned MaxEmptyLinesToKeep; member