summaryrefslogtreecommitdiff
path: root/basic/source/sbx/format.src
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/format.src')
-rw-r--r--basic/source/sbx/format.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/basic/source/sbx/format.src b/basic/source/sbx/format.src
index 8a9c8cd80890..1f5f747ec514 100644
--- a/basic/source/sbx/format.src
+++ b/basic/source/sbx/format.src
@@ -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.
*
@@ -46,3 +47,5 @@ String STR_BASICKEY_FORMAT_CURRENCY
{
Text [ en-US ] = "@0.00 $;@(0.00 $)" ;
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */