https://github.com/Kitware/CMake
Revision f2d250adf0c1740805480c7df4c6cbf565d2072a authored by Brad King on 13 March 2017, 14:33:44 UTC, committed by Brad King on 13 March 2017, 14:33:44 UTC
2 parent s 4aca67b + 81b2454
Raw File
Tip revision: f2d250adf0c1740805480c7df4c6cbf565d2072a authored by Brad King on 13 March 2017, 14:33:44 UTC
Merge branch 'doc-toolset-host-arch-typo' into release
Tip revision: f2d250a
.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