https://github.com/Kitware/CMake
Revision 08eb157c032487b2793e625c554caae33267116d authored by Brad King on 24 July 2018, 17:05:22 UTC, committed by Brad King on 24 July 2018, 17:14:09 UTC
1 parent f84c15e
Raw File
Tip revision: 08eb157c032487b2793e625c554caae33267116d authored by Brad King on 24 July 2018, 17:05:22 UTC
Tests: Add case showing CMP0048 warning on injected project command
Tip revision: 08eb157
.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