about summary refs log tree commit diff stats
path: root/.clang-format
blob: cce8123de2845ab7e138818c71de119305e085d6 (plain) (blame)
1
2
3
4
5
6
7
8
---
BasedOnStyle: LLVM
IndentWidth: '4'
SpaceAfterCStyleCast: 'true'
ColumnLimit: 110
AllowShortFunctionsOnASingleLine: None
IndentCaseLabels: 'true'
...