summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/bodynotinblock.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/bodynotinblock.hxx')
-rw-r--r--compilerplugins/clang/bodynotinblock.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/compilerplugins/clang/bodynotinblock.hxx b/compilerplugins/clang/bodynotinblock.hxx
index 41eca7d7f5f5..5a91b9124ace 100644
--- a/compilerplugins/clang/bodynotinblock.hxx
+++ b/compilerplugins/clang/bodynotinblock.hxx
@@ -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.
*
@@ -35,3 +36,5 @@ class BodyNotInBlock
} // namespace
#endif // BODYNOTINBLOCK_H
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */