Home
last modified time | relevance | path

Searched refs:BreakBeforeInheritanceComma (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format39 BreakBeforeInheritanceComma: false
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format41 BreakBeforeInheritanceComma: false
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp571 bool BreakBeforeInheritanceComma = false; in mapping() local
572 IO.mapOptional("BreakBeforeInheritanceComma", BreakBeforeInheritanceComma); in mapping()
577 if (BreakBeforeInheritanceComma && in mapping()