cmake/.clang-format

9 lines
201 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
...