a8514caa7c
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
10 lines
199 B
YAML
10 lines
199 B
YAML
BasedOnStyle: Google
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
ColumnLimit: 100
|
|
CommentPragmas: NOLINT:.*
|
|
DerivePointerAlignment: false
|
|
IndentWidth: 2
|
|
PointerAlignment: Left
|
|
TabWidth: 2
|
|
UseTab: Never
|