aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-11-05 23:39:35 +0100
committerWladimir J. van der Laan <[email protected]>2015-11-05 23:39:48 +0100
commit4ee149a6db25cde31432f83369b40c92be13021c (patch)
tree9d6dcc5b846e22702fd016327d0701036d75b242 /src
parentMerge pull request #6948 (diff)
parent[doc] Remove excessive white space (diff)
downloaddiscoin-4ee149a6db25cde31432f83369b40c92be13021c.tar.xz
discoin-4ee149a6db25cde31432f83369b40c92be13021c.zip
Merge pull request #6955
e167af2 [doc] Remove excessive white space (MarcoFalke) e0eeb67 [trivial] clang-format: Set AlignAfterOpenBracket: false (MarcoFalke) 0af8fe4 devtools: Update README.md (MarcoFalke)
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