You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2017/11/28 23:43:56 UTC

mesos git commit: ClangFormat: don't help with the namespace comments.

Repository: mesos
Updated Branches:
  refs/heads/master abd300be7 -> 60d581b6e


ClangFormat: don't help with the namespace comments.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/60d581b6
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/60d581b6
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/60d581b6

Branch: refs/heads/master
Commit: 60d581b6e37795eabab2d00e1cbcb31bfecd0154
Parents: abd300b
Author: Michael Park <mp...@apache.org>
Authored: Tue Nov 28 15:43:28 2017 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Tue Nov 28 15:43:28 2017 -0800

----------------------------------------------------------------------
 support/clang-format | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/60d581b6/support/clang-format
----------------------------------------------------------------------
diff --git a/support/clang-format b/support/clang-format
index 1fb2ac4..64b529c 100644
--- a/support/clang-format
+++ b/support/clang-format
@@ -34,6 +34,7 @@ Cpp11BracedListStyle: true
 DerivePointerAlignment: false
 DisableFormat:   false
 ExperimentalAutoDetectBinPacking: false
+FixNamespaceComments: false
 ForEachMacros:   [ foreach, foreachkey, foreachvalue, foreachpair, synchronized ]
 IncludeCategories:
   - Regex:           '^<.*\.h>'