https://github.com/Kitware/CMake
Revision 3cb5a8d9b3add4394b12d61b5ce83ea6ca148fd1 authored by Craig Scott on 03 June 2019, 12:20:13 UTC, committed by Kitware Robot on 03 June 2019, 12:20:22 UTC
774102aaec Help: Clarify the default value for test property COST

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3397
2 parent s 18d6bdb + 774102a
Raw File
Tip revision: 3cb5a8d9b3add4394b12d61b5ce83ea6ca148fd1 authored by Craig Scott on 03 June 2019, 12:20:13 UTC
Merge topic 'doc-test-cost-default'
Tip revision: 3cb5a8d
.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