android13/build/soong/scripts/system-clang-format-2

12 lines
239 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
BasedOnStyle: Google
Standard: Cpp11
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IncludeBlocks: Preserve
IndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never