https://github.com/Kitware/CMake
Revision 636bcefeab3b386e65efe03b199b9b2614d8a78d authored by Brad King on 31 October 2018, 13:46:23 UTC, committed by Brad King on 31 October 2018, 13:46:23 UTC
* upstream-curl:
  curl 2018-10-30 (19667715)
2 parent s 9c65747 + 9835e90
Raw File
Tip revision: 636bcefeab3b386e65efe03b199b9b2614d8a78d authored by Brad King on 31 October 2018, 13:46:23 UTC
Merge branch 'upstream-curl' into update-curl
Tip revision: 636bcef
.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