https://github.com/Kitware/CMake
Revision 09b4dfb92aab0b13d3df70ff974d4208386d55f0 authored by Brad King on 16 July 2019, 12:36:40 UTC, committed by Brad King on 16 July 2019, 12:36:40 UTC
2 parent s 79a21ba + 9654191
Raw File
Tip revision: 09b4dfb92aab0b13d3df70ff974d4208386d55f0 authored by Brad King on 16 July 2019, 12:36:40 UTC
Merge branch 'release-3.14'
Tip revision: 09b4dfb
.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