Home
last modified time | relevance | path

Searched refs:MaxEmptyLinesToKeep (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/libcbor/
H A D.clang-format83 MaxEmptyLinesToKeep: 1
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3165 unsigned MaxEmptyLinesToKeep; member
4848 MaxEmptyLinesToKeep == R.MaxEmptyLinesToKeep &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1056 unsigned MaxEmptyLinesToKeep = Style.MaxEmptyLinesToKeep + 1; in addTokenOnNewLine() local
1064 MaxEmptyLinesToKeep = 1; in addTokenOnNewLine()
1067 std::max(1u, std::min(Current.NewlinesBefore, MaxEmptyLinesToKeep)); in addTokenOnNewLine()
H A DUnwrappedLineFormatter.cpp1458 std::min(RootToken.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1); in computeNewlines()
1550 Style.KeepEmptyLinesAtEOF ? Style.MaxEmptyLinesToKeep + 1 : 1); in formatFirstToken()
H A DFormat.cpp1019 IO.mapOptional("MaxEmptyLinesToKeep", Style.MaxEmptyLinesToKeep); in mapping()
1519 LLVMStyle.MaxEmptyLinesToKeep = 1; in getLLVMStyle()
1718 GoogleStyle.MaxEmptyLinesToKeep = 3; in getGoogleStyle()
H A DTokenAnnotator.cpp4983 if (Right.NewlinesBefore > 1 && Style.MaxEmptyLinesToKeep > 0) in mustBreakBefore()