https://github.com/Kitware/CMake
Revision c5541cf0da1093635fea7da5a40e64e481b5477e authored by Brad King on 09 March 2018, 13:33:11 UTC, committed by Brad King on 09 March 2018, 13:33:11 UTC
1 parent 57f35bb
Raw File
Tip revision: c5541cf0da1093635fea7da5a40e64e481b5477e authored by Brad King on 09 March 2018, 13:33:11 UTC
CMake 3.11.0-rc3
Tip revision: c5541cf
.clang-format
---
# This configuration requires clang-format 3.8 or higher.
BasedOnStyle: Mozilla
AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
ColumnLimit: 79
...
back to top