crimson/osd: add editor variables/options

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2019-06-29 19:52:16 +08:00
parent 02388911ae
commit cf64928412
2 changed files with 6 additions and 0 deletions

View 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>

View 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>