https://github.com/Kitware/CMake
Revision eb6f81705a8bfd89cf0afeb4c26d3e2944e3ecd3 authored by Brad King on 28 June 2016, 13:15:25 UTC, committed by Brad King on 28 June 2016, 13:15:25 UTC
2 parent s 76c66bf + c6a077d
Raw File
Tip revision: eb6f81705a8bfd89cf0afeb4c26d3e2944e3ecd3 authored by Brad King on 28 June 2016, 13:15:25 UTC
Merge branch 'doc-cross-reference-lang-standard-and-extensions' into release
Tip revision: eb6f817
.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