android-simg2img/.clang-format
Anestis Bechtsoudis a8514caa7c
clang-format styling matching upstream
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2019-11-05 11:50:49 +02:00

10 lines
199 B
YAML

BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never