https://github.com/Kitware/CMake
Revision 187928875d215df8757b291ad629a36df75da42b authored by Brad King on 31 May 2019, 17:18:21 UTC, committed by Kitware Robot on 31 May 2019, 17:18:31 UTC
42e14d90b1 VS: Added support for VS package references for nuget

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Leonid Pospelov <pospelovlm@yandex.ru>
Merge-request: !3389
2 parent s 66bba23 + 42e14d9
Raw File
Tip revision: 187928875d215df8757b291ad629a36df75da42b authored by Brad King on 31 May 2019, 17:18:21 UTC
Merge topic 'vs-add-package-reference'
Tip revision: 1879288
.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