Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp874 unsigned MaxEmptyLinesToKeep = Style.MaxEmptyLinesToKeep + 1; in addTokenOnNewLine() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2497 unsigned MaxEmptyLinesToKeep; member