https://github.com/Kitware/CMake
Revision 6cd02f08c730449a4275830cb321a14ea51051ab authored by Brad King on 24 October 2016, 14:31:14 UTC, committed by Brad King on 24 October 2016, 14:31:14 UTC
2 parent s 22ef704 + 42db2eb
Raw File
Tip revision: 6cd02f08c730449a4275830cb321a14ea51051ab authored by Brad King on 24 October 2016, 14:31:14 UTC
Merge branch 'backport-ninja-subdir-binary-dir' into release
Tip revision: 6cd02f0
.clang-format
---
# This configuration requires clang-format 3.8 or higher.
BasedOnStyle: Mozilla
AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
ColumnLimit: 79
Standard: Cpp03
...
back to top