summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/bodynotinblock.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/bodynotinblock.cxx')
-rw-r--r--compilerplugins/clang/bodynotinblock.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/compilerplugins/clang/bodynotinblock.cxx b/compilerplugins/clang/bodynotinblock.cxx
index c4780ba129b8..af4dc28f11cc 100644
--- a/compilerplugins/clang/bodynotinblock.cxx
+++ b/compilerplugins/clang/bodynotinblock.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.
*
@@ -142,3 +143,5 @@ void BodyNotInBlock::checkBody( const Stmt* body, SourceLocation stmtLocation, i
static Plugin::Registration< BodyNotInBlock > X( "bodynotinblock" );
} // namespace
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */