summaryrefslogtreecommitdiff
path: root/.clang-format
blob: c0b5cc34b2a5c71aea44c5ce789ec14fd2c27e2d (plain)
1
2
3
4
5
6
7
8
---
# This configuration requires clang-format version 3.8 exactly.
BasedOnStyle: Mozilla
AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
ColumnLimit: 79
...