https://github.com/Kitware/CMake
Revision 1e574618b2d2df931b41795bd0471dd0e4fc1688 authored by Brad King on 28 October 2016, 14:42:23 UTC, committed by Brad King on 28 October 2016, 14:42:23 UTC
2 parent s a316f5f + e29f33c
Raw File
Tip revision: 1e574618b2d2df931b41795bd0471dd0e4fc1688 authored by Brad King on 28 October 2016, 14:42:23 UTC
Merge branch 'FindMatlab-9.1' into release
Tip revision: 1e57461
.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