[glibmm] clang-format: unset AlignTrailingComments.



commit 084a26aee4ee4c87e5b0bf1fb4eba0522a4f9596
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Feb 26 22:39:52 2016 +0100

    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.

 .clang-format |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/.clang-format b/.clang-format
index c96d821..b1a077a 100644
--- a/.clang-format
+++ b/.clang-format
@@ -10,4 +10,5 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
 ConstructorInitializerIndentWidth: 0
 IndentCaseLabels: false
 SortIncludes: false
+AlignTrailingComments: false
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]