Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format83 MaxEmptyLinesToKeep: 1
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2590 unsigned MaxEmptyLinesToKeep; member
3465 MaxEmptyLinesToKeep == R.MaxEmptyLinesToKeep &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp874 unsigned MaxEmptyLinesToKeep = Style.MaxEmptyLinesToKeep + 1; in addTokenOnNewLine() local
882 MaxEmptyLinesToKeep = 1; in addTokenOnNewLine()
885 std::max(1u, std::min(Current.NewlinesBefore, MaxEmptyLinesToKeep)); in addTokenOnNewLine()
H A DFormat.cpp679 IO.mapOptional("MaxEmptyLinesToKeep", Style.MaxEmptyLinesToKeep); in mapping()
1071 LLVMStyle.MaxEmptyLinesToKeep = 1; in getLLVMStyle()
1249 GoogleStyle.MaxEmptyLinesToKeep = 3; in getGoogleStyle()
H A DUnwrappedLineFormatter.cpp1259 std::min(RootToken.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1); in formatFirstToken()
H A DTokenAnnotator.cpp3610 if (Right.NewlinesBefore > 1 && Style.MaxEmptyLinesToKeep > 0) in mustBreakBefore()