https://github.com/Kitware/CMake
Revision 6fba4ec0f55ffec4ee6939b3eca0eac47ca4a02f authored by Brad King on 10 July 2017, 18:54:30 UTC, committed by Brad King on 10 July 2017, 18:54:30 UTC
2 parent s dd69dea + 3250b9a
Raw File
Tip revision: 6fba4ec0f55ffec4ee6939b3eca0eac47ca4a02f authored by Brad King on 10 July 2017, 18:54:30 UTC
Merge branch 'bindexplib-revert-consts' into release-3.9
Tip revision: 6fba4ec
.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