Home
last modified time | relevance | path

Searched refs:BreakStringLiterals (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/
H A D.clang-format26 # TODO: BreakStringLiterals can cause very strange formatting so turn it off?
27 BreakStringLiterals: false
/freebsd-13.1/contrib/libcbor/
H A D.clang-format47 BreakStringLiterals: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1817 bool BreakStringLiterals; member
3424 BreakStringLiterals == R.BreakStringLiterals &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp632 IO.mapOptional("BreakStringLiterals", Style.BreakStringLiterals); in mapping()
1033 LLVMStyle.BreakStringLiterals = true; in getLLVMStyle()
1264 GoogleStyle.BreakStringLiterals = false; in getGoogleStyle()
1276 GoogleStyle.BreakStringLiterals = false; in getGoogleStyle()
H A DContinuationIndenter.cpp1914 Style.isJson() || !Style.BreakStringLiterals || !AllowBreak) in createBreakableToken()
2380 if (Style.ColumnLimit != 0 && Style.BreakStringLiterals && in nextIsMultilineString()