mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
|
---
|
||
|
# This configuration requires clang-format 3.8 or higher.
|
||
|
BasedOnStyle: Mozilla
|
||
|
AlignOperands: false
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AlwaysBreakAfterDefinitionReturnType: None
|
||
|
ColumnLimit: 79
|
||
|
...
|