https://github.com/Kitware/CMake
Revision 1a2d260634807682a94aee140e77d52168f10ba6 authored by Brad King on 18 July 2019, 11:47:05 UTC, committed by Brad King on 18 July 2019, 11:47:05 UTC
2 parent s c790324 + 5803a8a
Raw File
Tip revision: 1a2d260634807682a94aee140e77d52168f10ba6 authored by Brad King on 18 July 2019, 11:47:05 UTC
Merge branch 'backport-swift-improvements' into release-3.15
Tip revision: 1a2d260
.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