Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2497 unsigned MaxEmptyLinesToKeep; member
3329 MaxEmptyLinesToKeep == R.MaxEmptyLinesToKeep &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format76 MaxEmptyLinesToKeep: 1
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format83 MaxEmptyLinesToKeep: 1
/netbsd-src/external/apache2/llvm/dist/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.cpp644 IO.mapOptional("MaxEmptyLinesToKeep", Style.MaxEmptyLinesToKeep); in mapping()
1028 LLVMStyle.MaxEmptyLinesToKeep = 1; in getLLVMStyle()
1202 GoogleStyle.MaxEmptyLinesToKeep = 3; in getGoogleStyle()
H A DUnwrappedLineFormatter.cpp1242 std::min(RootToken.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1); in formatFirstToken()
H A DTokenAnnotator.cpp3514 if (Right.NewlinesBefore > 1 && Style.MaxEmptyLinesToKeep > 0) in mustBreakBefore()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2157 MaxEmptyLinesToKeep is applied instead.
2161 MaxEmptyLinesToKeep is applied also.
2824 **MaxEmptyLinesToKeep** (``unsigned``)
2829 MaxEmptyLinesToKeep: 1 vs. MaxEmptyLinesToKeep: 0