https://github.com/Kitware/CMake
Revision 5c106bfc42a5eb068719c3dec28ddc6dfc493973 authored by Kitware Robot on 10 March 2019, 05:01:05 UTC, committed by Kitware Robot on 10 March 2019, 05:01:05 UTC
1 parent ba3e8f9
Raw File
Tip revision: 5c106bfc42a5eb068719c3dec28ddc6dfc493973 authored by Kitware Robot on 10 March 2019, 05:01:05 UTC
CMake Nightly Date Stamp
Tip revision: 5c106bf
.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