From 2524bbfe1acca6b1f1ed48fda0ee84a842665f21 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 15 May 2025 14:58:22 +0800 Subject: [PATCH] tools/ceph_dedup: add modelines for emacs and vim add modelines for emacs and vim so that the source code is formatted with expected alignment even if the editor's default setting is not match with the expected settings. Signed-off-by: Kefu Chai --- src/tools/ceph_dedup/ceph_dedup_daemon.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tools/ceph_dedup/ceph_dedup_daemon.cc b/src/tools/ceph_dedup/ceph_dedup_daemon.cc index 1e997bd5db2..a3571ccb4a4 100644 --- a/src/tools/ceph_dedup/ceph_dedup_daemon.cc +++ b/src/tools/ceph_dedup/ceph_dedup_daemon.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 "common.h" #include "log/Log.h" -- 2.39.5