]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd: add editor variables/options
authorKefu Chai <kchai@redhat.com>
Sat, 29 Jun 2019 11:52:16 +0000 (19:52 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 29 Jun 2019 12:03:20 +0000 (20:03 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/os/cyan_store.cc
src/crimson/osd/pg_backend.cc

index 9094d98cebfcdb7d50f638aa3256a700288d06ae..4473d7ac166d164c712a35bdf1c400c0f4bedc19 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include "cyan_store.h"
 
 #include <fmt/format.h>
index 0065a6e800476a9d84497e364b5bd6adfe44c362..1a0d6fe5f64d59973eeed4751e590d35c05c7c5d 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include "pg_backend.h"
 
 #include <optional>