Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1066 unsigned MaxEmptyLinesToKeep = Style.MaxEmptyLinesToKeep + 1; in addTokenOnNewLine() local
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3324 unsigned MaxEmptyLinesToKeep; member