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