xref: /aosp_15_r20/system/libziparchive/.clang-format (revision adcb0a6279ea715828f9bc5e351569419e478774)
1BasedOnStyle: Google
2Standard: Cpp11
3AllowShortFunctionsOnASingleLine: Inline
4ColumnLimit: 100
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IncludeBlocks: Preserve
8IndentWidth: 2
9PointerAlignment: Left
10TabWidth: 2
11UseTab: Never
12