device/generic/opengl-transport/host/libs/virglrenderer/.clang-format

18 lines
489 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:28:21 +08:00
BasedOnStyle: Google
AccessModifierOffset: -2
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ColumnLimit: 100
CommentPragmas: NOLINT:.*
Cpp11BracedListStyle: false
DerivePointerAlignment: false
IndentWidth: 4
PointerAlignment: Left
TabWidth: 4
UseTab: Never
PenaltyExcessCharacter: 32