The open source OpenXR runtime
1---
2Language: Cpp
3BasedOnStyle: LLVM
4Standard: Auto
5IndentWidth: 4
6TabWidth: 4
7UseTab: Never
8NamespaceIndentation: Inner
9
10# AccessModifierOffset: -2
11# ConstructorInitializerIndentWidth: 4
12# AlignEscapedNewlinesLeft: false
13# AlignTrailingComments: true
14# AllowAllParametersOfDeclarationOnNextLine: true
15# AllowShortBlocksOnASingleLine: false
16# AllowShortCaseLabelsOnASingleLine: false
17# AllowShortIfStatementsOnASingleLine: false
18# AllowShortLoopsOnASingleLine: false
19# AllowShortFunctionsOnASingleLine: All
20# AlwaysBreakAfterDefinitionReturnType: false
21# AlwaysBreakTemplateDeclarations: false
22# AlwaysBreakBeforeMultilineStrings: false
23# BreakBeforeBinaryOperators: None
24# BreakBeforeTernaryOperators: true
25# BreakConstructorInitializersBeforeComma: false
26# BinPackParameters: true
27# ColumnLimit: 80
28# ConstructorInitializerAllOnOneLineOrOnePerLine: false
29# DerivePointerAlignment: false
30# ExperimentalAutoDetectBinPacking: false
31# IndentCaseLabels: false
32# IndentWrappedFunctionNames: false
33# IndentFunctionDeclarationAfterType: false
34# MaxEmptyLinesToKeep: 1
35# KeepEmptyLinesAtTheStartOfBlocks: true
36# NamespaceIndentation: None
37# ObjCSpaceAfterProperty: false
38# ObjCSpaceBeforeProtocolList: true
39# PenaltyBreakBeforeFirstCallParameter: 19
40# PenaltyBreakComment: 300
41# PenaltyBreakString: 1000
42# PenaltyBreakFirstLessLess: 120
43# PenaltyExcessCharacter: 1000000
44# PenaltyReturnTypeOnItsOwnLine: 60
45# PointerAlignment: Right
46# SpacesBeforeTrailingComments: 1
47# Cpp11BracedListStyle: true
48# Standard: Cpp11
49# IndentWidth: 2
50# TabWidth: 8
51# UseTab: Never
52# BreakBeforeBraces: Attach
53# SpacesInParentheses: false
54# SpacesInSquareBrackets: false
55# SpacesInAngles: false
56# SpaceInEmptyParentheses: false
57# SpacesInCStyleCastParentheses: false
58# SpaceAfterCStyleCast: false
59# SpacesInContainerLiterals: true
60# SpaceBeforeAssignmentOperators: true
61# ContinuationIndentWidth: 4
62# CommentPragmas: '^ IWYU pragma:'
63# ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
64# SpaceBeforeParens: ControlStatements
65# DisableFormat: false
66# ...
67