aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2015-11-02 22:23:52 +0100
committerMarcoFalke <[email protected]>2015-11-05 23:28:02 +0100
commite0eeb672f2dbf21e850ca5c3053065b74ee03046 (patch)
treeff97844e93adf38edec499a3ccc5434382f6d7b4 /src
parentdevtools: Update README.md (diff)
downloaddiscoin-e0eeb672f2dbf21e850ca5c3053065b74ee03046.tar.xz
discoin-e0eeb672f2dbf21e850ca5c3053065b74ee03046.zip
[trivial] clang-format: Set AlignAfterOpenBracket: false
Diffstat (limited to 'src')
-rw-r--r--src/.clang-format3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/.clang-format b/src/.clang-format
index 226a15d18..129f062ef 100644
--- a/src/.clang-format
+++ b/src/.clang-format
@@ -1,4 +1,6 @@
+Language: Cpp
AccessModifierOffset: -4
+AlignAfterOpenBracket: false
AlignEscapedNewlinesLeft: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
@@ -26,7 +28,6 @@ IndentCaseLabels: false
IndentFunctionDeclarationAfterType: false
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
-Language: Cpp
MaxEmptyLinesToKeep: 2
NamespaceIndentation: None
ObjCSpaceAfterProperty: false