diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:03:51 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:03:51 +0300 |
commit | 24b6225f93ea5d22d727e0b03bc468bc5cc21af3 (patch) | |
tree | 9c6347b4fc429882174860d9378e4460da86258e /sw/Package_uiconfig.mk | |
parent | d5e37900cd73f838abd663b8e93a57c5a991e790 (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'sw/Package_uiconfig.mk')
-rw-r--r-- | sw/Package_uiconfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/Package_uiconfig.mk b/sw/Package_uiconfig.mk index c5ee34505af0..8a38ae3e1f76 100644 --- a/sw/Package_uiconfig.mk +++ b/sw/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. @@ -260,3 +261,5 @@ $(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/swxform/toolb $(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/swxform/toolbar/textobjectbar.xml,swxform/toolbar/textobjectbar.xml)) $(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/swxform/toolbar/toolbar.xml,swxform/toolbar/toolbar.xml)) $(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/swxform/toolbar/viewerbar.xml,swxform/toolbar/viewerbar.xml)) + +# vim: set noet sw=4 ts=4: |