Home
last modified time | relevance | path

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

/freebsd-13-stable/
HD.clang-format25 # TODO: BreakStringLiterals can cause very strange formatting so turn it off?
26 BreakStringLiterals: false
/freebsd-13-stable/contrib/libcbor/
HD.clang-format47 BreakStringLiterals: true
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h2329 bool BreakStringLiterals; member
5044 BreakStringLiterals == R.BreakStringLiterals &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp976 IO.mapOptional("BreakStringLiterals", Style.BreakStringLiterals); in mapping()
1486 LLVMStyle.BreakStringLiterals = true; in getLLVMStyle()
1752 GoogleStyle.BreakStringLiterals = false; in getGoogleStyle()
1766 GoogleStyle.BreakStringLiterals = false; in getGoogleStyle()
HDContinuationIndenter.cpp2323 if (Style.isJson() || Style.isJavaScript() || !Style.BreakStringLiterals || in createBreakableToken()
2837 if (Style.ColumnLimit != 0 && Style.BreakStringLiterals && in nextIsMultilineString()