https://github.com/Kitware/CMake
Revision e574bce15b4063a92ca213b20f31532d45704619 authored by Brad King on 08 August 2017, 11:59:52 UTC, committed by Brad King on 08 August 2017, 12:23:57 UTC
1 parent 4a20711
Raw File
Tip revision: e574bce15b4063a92ca213b20f31532d45704619 authored by Brad King on 08 August 2017, 11:59:52 UTC
Tests: Simplify RunCMake.find_package PackageRoot case regexes
Tip revision: e574bce
.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