summaryrefslogtreecommitdiff
path: root/starmath/Package_uiconfig.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-30 23:03:51 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-30 23:03:51 +0300
commit24b6225f93ea5d22d727e0b03bc468bc5cc21af3 (patch)
tree9c6347b4fc429882174860d9378e4460da86258e /starmath/Package_uiconfig.mk
parentd5e37900cd73f838abd663b8e93a57c5a991e790 (diff)
Add consistent Emacs and vim mode lines
Diffstat (limited to 'starmath/Package_uiconfig.mk')
-rw-r--r--starmath/Package_uiconfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/starmath/Package_uiconfig.mk b/starmath/Package_uiconfig.mk
index d01d857ec1e8..9fbe5a2b1c94 100644
--- a/starmath/Package_uiconfig.mk
+++ b/starmath/Package_uiconfig.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -31,3 +32,5 @@ $(eval $(call gb_Package_add_file,sm_uiconfig,xml/uiconfig/modules/smath/statusb
$(eval $(call gb_Package_add_file,sm_uiconfig,xml/uiconfig/modules/smath/toolbar/fullscreenbar.xml,smath/toolbar/fullscreenbar.xml))
$(eval $(call gb_Package_add_file,sm_uiconfig,xml/uiconfig/modules/smath/toolbar/standardbar.xml,smath/toolbar/standardbar.xml))
$(eval $(call gb_Package_add_file,sm_uiconfig,xml/uiconfig/modules/smath/toolbar/toolbar.xml,smath/toolbar/toolbar.xml))
+
+# vim: set noet sw=4 ts=4: