10 lines
217 B
Plaintext
10 lines
217 B
Plaintext
|
---
|
||
|
# This configuration requires clang-format 3.8 or higher.
|
||
|
BasedOnStyle: Mozilla
|
||
|
AlignOperands: false
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AlwaysBreakAfterDefinitionReturnType: None
|
||
|
ColumnLimit: 79
|
||
|
Standard: Cpp03
|
||
|
...
|