summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-02-26 22:39:52 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-02-26 22:41:23 +0100
commit084a26aee4ee4c87e5b0bf1fb4eba0522a4f9596 (patch)
treeaea3a297225604e97f9810cb758e65746eea4862
parentc720818cb538c7b31fd918bfd5e69db6428b4645 (diff)
downloadglibmm-084a26aee4ee4c87e5b0bf1fb4eba0522a4f9596.tar.gz
clang-format: unset AlignTrailingComments.
Because it sometimes wrongly things that comments on two lines are related. This now wrongly unaligns some blocks of trailing comments, but I would rather just not have them.
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index c96d821b..b1a077af 100644
--- a/.clang-format
+++ b/.clang-format
@@ -10,4 +10,5 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 0
IndentCaseLabels: false
SortIncludes: false
+AlignTrailingComments: false