Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DContinuationIndenter.cpp874 unsigned MaxEmptyLinesToKeep = Style.MaxEmptyLinesToKeep + 1; in addTokenOnNewLine() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
DFormat.h2590 unsigned MaxEmptyLinesToKeep; member