https://github.com/Microsoft/CNTK
Revision e0305750f7057f1f3b4479ade510aee254de3d4b authored by Willi Richert on 30 September 2016, 07:40:32 UTC, committed by Willi Richert on 30 September 2016, 07:40:32 UTC
2 parent s 25750c9 + e8398f8
Raw File
Tip revision: e0305750f7057f1f3b4479ade510aee254de3d4b authored by Willi Richert on 30 September 2016, 07:40:32 UTC
Merge branch 'wilrich/gpuInSwig' into wilrich/miscAlpha2
Tip revision: e030575
.clang-format
---
# Requires clang-format version 3.7.1 or later
Language: Cpp
AlignConsecutiveAssignments: false
AlignEscapedNewlinesLeft: true
AlignTrailingComments: true 
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakTemplateDeclarations: true
AccessModifierOffset: -4
BreakBeforeBraces: Allman
BreakConstructorInitializersBeforeComma: false
ColumnLimit: 0
ConstructorInitializerAllOnOneLineOrOnePerLine: true
DerivePointerAlignment: true
ForEachMacros: [ BOOST_FOREACH, foreach_column, foreach_coord, foreach_index, foreach_row, foreach_row_in_submat ]
IndentWidth: 4
MaxEmptyLinesToKeep: 1
NamespaceIndentation: None
PointerAlignment: Left
SpaceAfterCStyleCast: true
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: false
Standard: Cpp11
TabWidth: 4
UseTab: Never
...

back to top