summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/unusedcode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/unusedcode.cxx')
-rw-r--r--compilerplugins/clang/store/unusedcode.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/compilerplugins/clang/store/unusedcode.cxx b/compilerplugins/clang/store/unusedcode.cxx
index ed5b2ea81c16..09fc71b3fcc5 100644
--- a/compilerplugins/clang/store/unusedcode.cxx
+++ b/compilerplugins/clang/store/unusedcode.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.
*
@@ -73,3 +74,5 @@ bool UnusedCode::VisitFunctionDecl( const FunctionDecl* declaration )
static Plugin::Registration< UnusedCode > X( "unusedcode" );
} // namespace
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */