Home
last modified time | relevance | path

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

/src/contrib/pam-krb5/
H A D.clang-format28 MaxEmptyLinesToKeep: 2
/src/contrib/libcbor/
H A D.clang-format83 MaxEmptyLinesToKeep: 1
/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3324 unsigned MaxEmptyLinesToKeep; member
5086 MaxEmptyLinesToKeep == R.MaxEmptyLinesToKeep &&
/src/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1066 unsigned MaxEmptyLinesToKeep = Style.MaxEmptyLinesToKeep + 1; in addTokenOnNewLine() local
1074 MaxEmptyLinesToKeep = 1; in addTokenOnNewLine()
1077 std::max(1u, std::min(Current.NewlinesBefore, MaxEmptyLinesToKeep)); in addTokenOnNewLine()
H A DUnwrappedLineFormatter.cpp1467 std::min(RootToken.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1); in computeNewlines()
1561 Style.KeepEmptyLines.AtEndOfFile ? Style.MaxEmptyLinesToKeep + 1 : 1); in formatFirstToken()
H A DFormat.cpp1026 IO.mapOptional("MaxEmptyLinesToKeep", Style.MaxEmptyLinesToKeep); in mapping()
1538 LLVMStyle.MaxEmptyLinesToKeep = 1; in getLLVMStyle()
1741 GoogleStyle.MaxEmptyLinesToKeep = 3; in getGoogleStyle()
H A DTokenAnnotator.cpp5466 if (Right.NewlinesBefore > 1 && Style.MaxEmptyLinesToKeep > 0) in mustBreakBefore()