cmake/.clang-format

10 lines
217 B
Plaintext
Raw Normal View History

2016-07-09 11:21:54 +02:00
---
# This configuration requires clang-format 3.8 or higher.
BasedOnStyle: Mozilla
AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
ColumnLimit: 79
Standard: Cpp03
...