https://github.com/Kitware/CMake
Raw File
Tip revision: dd71ec2c93fdf34f8bbcaafbc05f000ef6ed6cab authored by Brad King on 29 June 2016, 13:51:33 UTC
CMake 3.6.0-rc4
Tip revision: dd71ec2
.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