https://github.com/Kitware/CMake
Revision 91f6e7904aa89ae8249680a53c5971c4173a9bed authored by Brad King on 01 June 2016, 14:57:43 UTC, committed by Brad King on 01 June 2016, 14:57:43 UTC
1 parent 4c2993d
Raw File
Tip revision: 91f6e7904aa89ae8249680a53c5971c4173a9bed authored by Brad King on 01 June 2016, 14:57:43 UTC
CMake 3.6.0-rc1 version update
Tip revision: 91f6e79
.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