https://github.com/Kitware/CMake
Revision 42294f43bd95f1380c07a563acf3021ddd00b995 authored by Craig Scott on 29 June 2019, 12:14:57 UTC, committed by Craig Scott on 30 June 2019, 22:01:49 UTC
The docs for CMAKE_PROJECT_<projName>_INCLUDE and
CMAKE_PROJECT_INCLUDE did not define the order of
inclusion if both were set.
1 parent 9e0775c
Raw File
Tip revision: 42294f43bd95f1380c07a563acf3021ddd00b995 authored by Craig Scott on 29 June 2019, 12:14:57 UTC
Help: move code injection vars to their own section
Tip revision: 42294f4
.clang-format
---
# This configuration requires clang-format version 6.0 exactly.
BasedOnStyle: Mozilla
AlignOperands: false
AllowShortFunctionsOnASingleLine: InlineOnly
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
BinPackArguments: true
BinPackParameters: true
BraceWrapping:
  AfterClass:      true
  AfterEnum:       true
  AfterFunction:   true
  AfterStruct:     true
  AfterUnion:      true
BreakBeforeBraces: Custom
ColumnLimit: 79
IndentPPDirectives: AfterHash
SortUsingDeclarations: false
SpaceAfterTemplateKeyword: true
...
back to top