summaryrefslogtreecommitdiffstats
path: root/src/crush
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2019-09-24 08:48:55 +0200
committerKefu Chai <kchai@redhat.com>2019-09-24 08:57:09 +0200
commitd34030a1eebd5c6f973d60b974ac6e89eabf2803 (patch)
tree0af180165b69eefc9c07012121e6daa3fa78588c /src/crush
parentMerge PR #30348 into master (diff)
downloadceph-d34030a1eebd5c6f973d60b974ac6e89eabf2803.tar.xz
ceph-d34030a1eebd5c6f973d60b974ac6e89eabf2803.zip
crush: add editor property variables
so the local settings won't interfere when working on ceph. Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/crush')
-rw-r--r--src/crush/CrushCompiler.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crush/CrushCompiler.cc b/src/crush/CrushCompiler.cc
index d9a0e26b32f..eafda63afa7 100644
--- a/src/crush/CrushCompiler.cc
+++ b/src/crush/CrushCompiler.cc
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
#include "CrushCompiler.h"
#if defined(_AIX)