summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/editor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/workben/layout/editor.cxx')
-rw-r--r--toolkit/workben/layout/editor.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/workben/layout/editor.cxx b/toolkit/workben/layout/editor.cxx
index 699c103d2ee8..852b17b68a1c 100644
--- a/toolkit/workben/layout/editor.cxx
+++ b/toolkit/workben/layout/editor.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -1942,3 +1943,5 @@ Editor::~Editor()
{
delete mpImpl;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */