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