Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
clang-format 300 B
---
BasedOnStyle: Google
AccessModifierOffset: '-4'
AlignConsecutiveAssignments: 'true'
AllowShortFunctionsOnASingleLine: All
Cpp11BracedListStyle: 'true'
FixNamespaceComments: 'true'
IndentWidth: '4'
Language: Cpp
PointerAlignment: Right
ReflowComments: 'true'
Standard: Cpp11
UseTab: Never

...