Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst3675 .. _MaxEmptyLinesToKeep: target in Configurable Format Style Options
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.cpp977 unsigned MaxEmptyLinesToKeep = Style.MaxEmptyLinesToKeep + 1; in addTokenOnNewLine() local
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h2794 unsigned MaxEmptyLinesToKeep; member