Add documentation for to_integer(byte) (#1144)
[GSL.git] / .clang-format
blobc12d3bf2994fd5a083c04025d355a5ab4b3f6802
1 ColumnLimit: 100
3 UseTab: Never
4 IndentWidth: 4
5 AccessModifierOffset: -4
6 NamespaceIndentation: Inner
8 BreakBeforeBraces: Custom
9 BraceWrapping:
10   AfterNamespace: true
11   AfterEnum: true
12   AfterStruct: true
13   AfterClass: true
14   SplitEmptyFunction: false
15   AfterControlStatement: true
16   AfterFunction: true
17   AfterUnion: true
18   BeforeElse: true
21 AlwaysBreakTemplateDeclarations: true
22 BreakConstructorInitializersBeforeComma: true
23 ConstructorInitializerAllOnOneLineOrOnePerLine: true
24 AllowShortBlocksOnASingleLine: true
25 AllowShortFunctionsOnASingleLine: All
26 AllowShortIfStatementsOnASingleLine: true
27 AllowShortLoopsOnASingleLine: true
29 PointerAlignment: Left
30 AlignConsecutiveAssignments: false
31 AlignTrailingComments: true
33 SpaceAfterCStyleCast: true
34 CommentPragmas: '^ NO-FORMAT:'