Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.clang-format 107 B
---
ColumnLimit: '120'
Cpp11BracedListStyle: 'true'
IndentWidth: '4'
Standard: Cpp11
UseTab: Never

...