summaryrefslogtreecommitdiff
path: root/.clang-format
blob: a8bde417dd6f104e5c751e41bd730765909fbc26 (plain)
1
2
3
4
5
6
7
8
9
---
# This configuration requires clang-format 3.8 or higher.
BasedOnStyle: Mozilla
AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
ColumnLimit: 79
Standard: Cpp03
...