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