Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1238 FormatStyle ChromiumStyle = getGoogleStyle(Language); in getChromiumStyle() local
1257 ChromiumStyle.IncludeStyle.IncludeBlocks = in getChromiumStyle()
1261 ChromiumStyle.AllowShortIfStatementsOnASingleLine = in getChromiumStyle()
1263 ChromiumStyle.BreakAfterJavaFieldAnnotations = true; in getChromiumStyle()
1264 ChromiumStyle.ContinuationIndentWidth = 8; in getChromiumStyle()
1265 ChromiumStyle.IndentWidth = 4; in getChromiumStyle()
1268 ChromiumStyle.JavaImportGroups = { in getChromiumStyle()
1280 ChromiumStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getChromiumStyle()
1282 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1283 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
[all …]