Imported Upstream version 3.10.3
[platform/upstream/cmake.git] / .clang-format
1 ---
2 # This configuration requires clang-format 3.8 or higher.
3 BasedOnStyle: Mozilla
4 AlignOperands: false
5 AlwaysBreakAfterReturnType: None
6 AlwaysBreakAfterDefinitionReturnType: None
7 ColumnLimit: 79
8 ...