forked from karkason/cppystruct
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-format
More file actions
27 lines (26 loc) · 765 Bytes
/
Copy path.clang-format
File metadata and controls
27 lines (26 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
BasedOnStyle: LLVM
Language: Cpp
# See all possible options and defaults with:
# clang-format --style=llvm --dump-config
AccessModifierOffset: -4
AlignArrayOfStructures: Right
AlignConsecutiveDeclarations: true
AlignEscapedNewlines: Right
AlignTrailingComments: true
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortLambdasOnASingleLine: Empty
BinPackArguments: false
BinPackParameters: false
BreakAfterAttributes: Always
BreakBeforeBinaryOperators: true
BreakConstructorInitializers: BeforeComma
# BreakTemplateDeclarations: Yes # renamed
AlwaysBreakTemplateDeclarations: Yes
ColumnLimit: 80
IndentWidth: 4
NamespaceIndentation: Inner
SpaceAfterCStyleCast: true
TabWidth: 4