https://github.com/Kitware/CMake
Revision 06a59f1bda3ee5e1990f664dc3e2dd6d1acba81c authored by Brad King on 11 March 2019, 14:15:20 UTC, committed by Kitware Robot on 11 March 2019, 14:15:31 UTC
4fe56a67d9 FindSWIG: mark_as_advanced SWIG_EXECUTABLE for cleaner cache display

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3077
2 parent s 7a30d72 + 4fe56a6
Raw File
Tip revision: 06a59f1bda3ee5e1990f664dc3e2dd6d1acba81c authored by Brad King on 11 March 2019, 14:15:20 UTC
Merge topic 'FindSWIG-advanced-exe'
Tip revision: 06a59f1
.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