Skip to content
Snippets Groups Projects

Remove DataHandle::commit()

All threads resolved!
Files
2
+ 5
2
@@ -2,8 +2,7 @@ Language: Cpp
BasedOnStyle: LLVM
AccessModifierOffset: -2
AlignConsecutiveAssignments: true
# Waiting for clang-format-3.9
# AlignConsecutiveDeclarations: true
AlignConsecutiveDeclarations: true
AlignEscapedNewlinesLeft: false
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
@@ -43,6 +42,10 @@ SpacesBeforeTrailingComments: 1
SpacesInAngles: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: true
# Waiting for clang-5
# SplitEmptyFunction: false
# SplitEmptyRecord: false
# SplitEmptyNamespace: false
Standard: Cpp11
TabWidth: 8
UseTab: Never
Loading