https://github.com/Kitware/CMake
Revision 95b17c89be15a768178d66f42573d90852a1b986 authored by Sebastian Holtermann on 07 September 2017, 10:02:34 UTC, committed by Sebastian Holtermann on 09 September 2017, 07:44:55 UTC
1 parent a451995
Raw File
Tip revision: 95b17c89be15a768178d66f42573d90852a1b986 authored by Sebastian Holtermann on 07 September 2017, 10:02:34 UTC
Use cmMakefile::GetOrCreateSourceGroup in cmQtAutogeneratorsInitializer
Tip revision: 95b17c8
.clang-format
---
# This configuration requires clang-format 3.8 or higher.
BasedOnStyle: Mozilla
AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
ColumnLimit: 79
...
back to top