https://github.com/Microsoft/CNTK
Revision 59e8f9f5e57d3969f6fc31f8732a03bf3f735c25 authored by KeDengMS on 12 June 2018, 18:25:10 UTC, committed by Spandan Tiwari on 12 June 2018, 20:03:34 UTC
1 parent 728596a
Raw File
Tip revision: 59e8f9f5e57d3969f6fc31f8732a03bf3f735c25 authored by KeDengMS on 12 June 2018, 18:25:10 UTC
Update Multiverso to target Windows 10.0.16299.0 as other components in CNTK
Tip revision: 59e8f9f
.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
SortIncludes: false
Standard: Cpp11
TabWidth: 4
UseTab: Never
...

back to top