system/testing/gtest_extras/.clang-format

10 lines
199 B
Plaintext
Raw Normal View History

2025-08-25 08:01:50 +08:00
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never