summaryrefslogtreecommitdiff
path: root/cppu/qa/types.idl
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/qa/types.idl')
-rw-r--r--cppu/qa/types.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/cppu/qa/types.idl b/cppu/qa/types.idl
index 8b0ce5527271..a17b035e02b1 100644
--- a/cppu/qa/types.idl
+++ b/cppu/qa/types.idl
@@ -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.
*
@@ -52,3 +53,5 @@ interface Interface2a: Interface2 {};
interface Interface2b: Interface2a {};
interface Interface3 {};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */