1#
2# Based on /build/soong/scripts/system-clang-format
3#
4BasedOnStyle: Google
5Standard: Cpp11
6AccessModifierOffset: -2
7AllowShortFunctionsOnASingleLine: Inline
8ColumnLimit: 100
9CommentPragmas: NOLINT:.*
10DerivePointerAlignment: false
11IncludeBlocks: Preserve
12IndentWidth: 4
13ContinuationIndentWidth: 8
14PointerAlignment: Left
15TabWidth: 4
16UseTab: Never
17