Revision 0d77c3ffd798964e5a94420a887b03bdb40463fc authored by Vincent Chabannes on 30 May 2018, 14:11:05 UTC, committed by Vincent Chabannes on 30 May 2018, 14:11:05 UTC
- add new access method expr<M,N>()
- move build expression in ModelExpression
1 parent 419eda0
Raw File
.clang-format
BasedOnStyle: LLVM

BreakBeforeBraces: Allman
AlignTrailingComments: true
IndentWidth: 4
UseTab: Never
AlignAfterOpenBracket: true
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: true
NamespaceIndentation: None
ColumnLimit: 0
ReflowComments: true
SpacesInParentheses: true

back to top