https://github.com/Kitware/CMake
Revision 9f240cff8ad14832dbc5472917b3b2e3fe813e46 authored by Brad King on 08 October 2016, 09:28:15 UTC, committed by Brad King on 08 October 2016, 09:28:15 UTC
2 parent s 5d8da06 + c22f3cf
Raw File
Tip revision: 9f240cff8ad14832dbc5472917b3b2e3fe813e46 authored by Brad King on 08 October 2016, 09:28:15 UTC
Merge branch 'update-kwsys' into release
Tip revision: 9f240cf
.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