summaryrefslogtreecommitdiff
path: root/basic/source/app/ttbasic.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/app/ttbasic.cxx')
-rw-r--r--basic/source/app/ttbasic.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/basic/source/app/ttbasic.cxx b/basic/source/app/ttbasic.cxx
index 98ffc1e4c08d..cfc12a85dcc4 100644
--- a/basic/source/app/ttbasic.cxx
+++ b/basic/source/app/ttbasic.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34,3 +35,5 @@ MyBasic* TTBasic::CreateMyBasic()
{
return new MyBasic;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */