https://github.com/Kitware/CMake
Revision 33fe4751e8ccc1ad5342cb16a192cb3a69479845 authored by Kitware Robot on 03 August 2016, 04:01:04 UTC, committed by Kitware Robot on 03 August 2016, 04:01:04 UTC
1 parent fd59f9a
Raw File
Tip revision: 33fe4751e8ccc1ad5342cb16a192cb3a69479845 authored by Kitware Robot on 03 August 2016, 04:01:04 UTC
CMake Nightly Date Stamp
Tip revision: 33fe475
.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