https://github.com/Kitware/CMake
Revision f74bb6527e669a02ee9f042023fcb4c9cb9f9594 authored by Kitware Robot on 13 March 2019, 04:01:07 UTC, committed by Kitware Robot on 13 March 2019, 04:01:07 UTC
1 parent 57d178b
Raw File
Tip revision: f74bb6527e669a02ee9f042023fcb4c9cb9f9594 authored by Kitware Robot on 13 March 2019, 04:01:07 UTC
CMake Nightly Date Stamp
Tip revision: f74bb65
.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