DEADSOFTWARE

glIsEnabled uses interanl structures, added glPushAttrib/glPopAttrib (not fully imple...
[nanogl.git] / .clang-format
1 #BasedOnStyle: WebKit
2 IndentWidth: 4
3 TabWidth: 4
4 UseTab: ForIndentation
6 BreakBeforeBraces: Allman
8 AlignAfterOpenBracket: true
9 AlignConsecutiveAssignments: true
10 AlignOperands: true
12 AllowShortBlocksOnASingleLine: false
13 AllowShortCaseLabelsOnASingleLine: false
14 AllowShortFunctionsOnASingleLine: Inline
15 AllowShortIfStatementsOnASingleLine: false
16 AllowShortLoopsOnASingleLine: false
18 NamespaceIndentation: Inner
20 SpaceAfterCStyleCast: false
21 SpaceBeforeParens: true
22 SpaceInEmptyParentheses: true
23 SpacesInAngles: true
24 SpacesInParentheses: true
25 SpacesBeforeTrailingComments: 1
27 IndentCaseLabels: false
28 IndentWrappedFunctionNames: true
30 PointerAlignment: Right
32 ColumnLimit: 0
33 BinPackArguments: false