https://github.com/Kitware/CMake
Revision 93fe9fc1a218ac96756cf8181a2d3421ab090192 authored by Brad King on 13 June 2018, 14:51:49 UTC, committed by Brad King on 13 June 2018, 14:51:49 UTC
2 parent s f024f4f + 0c2fb4c
Raw File
Tip revision: 93fe9fc1a218ac96756cf8181a2d3421ab090192 authored by Brad King on 13 June 2018, 14:51:49 UTC
Merge branch 'UseSWIG-csharp-variant' into release-3.12
Tip revision: 93fe9fc
.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