https://github.com/Kitware/CMake
Revision 78e72efc9c5590a14cce0e1c6ca431eb55e1533b authored by Brad King on 10 December 2018, 14:16:16 UTC, committed by Brad King on 10 December 2018, 14:20:50 UTC
2 parent s 3b4e86f + 7a5a8eb
Raw File
Tip revision: 78e72efc9c5590a14cce0e1c6ca431eb55e1533b authored by Brad King on 10 December 2018, 14:16:16 UTC
Merge branch 'cuda-arch-turing' into release-3.13
Tip revision: 78e72ef
.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