summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/store/lclstaticfix.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/lclstaticfix.cxx')
-rw-r--r--compilerplugins/clang/store/lclstaticfix.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/compilerplugins/clang/store/lclstaticfix.cxx b/compilerplugins/clang/store/lclstaticfix.cxx
index 01dafd5fb1ac..81210bd5641f 100644
--- a/compilerplugins/clang/store/lclstaticfix.cxx
+++ b/compilerplugins/clang/store/lclstaticfix.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -49,3 +50,5 @@ bool LclStaticFix::VisitFunctionDecl( const FunctionDecl* declaration )
static Plugin::Registration< LclStaticFix > X( "lclstaticfix" );
} // namespace
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */