summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/store/tutorial/tutorial3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/tutorial/tutorial3.cxx')
-rw-r--r--compilerplugins/clang/store/tutorial/tutorial3.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/compilerplugins/clang/store/tutorial/tutorial3.cxx b/compilerplugins/clang/store/tutorial/tutorial3.cxx
index b099f99888dc..e0a9e94ed877 100644
--- a/compilerplugins/clang/store/tutorial/tutorial3.cxx
+++ b/compilerplugins/clang/store/tutorial/tutorial3.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.
*
@@ -72,3 +73,5 @@ void Tutorial3::modifyReturnFalse( const Stmt* stmt )
static Plugin::Registration< Tutorial3 > X( "tutorial3" );
} // namespace
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */