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 /starmath | |
parent | d5e37900cd73f838abd663b8e93a57c5a991e790 (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/AllLangResTarget_sm.mk | 3 | ||||
-rw-r--r-- | starmath/CppunitTest_starmath_qa_cppunit.mk | 3 | ||||
-rw-r--r-- | starmath/JunitTest_sm_unoapi.mk | 1 | ||||
-rw-r--r-- | starmath/JunitTest_starmath_unoapi.mk | 1 | ||||
-rw-r--r-- | starmath/Library_sm.mk | 1 | ||||
-rw-r--r-- | starmath/Library_smd.mk | 1 | ||||
-rw-r--r-- | starmath/Module_starmath.mk | 3 | ||||
-rw-r--r-- | starmath/Package_uiconfig.mk | 3 |
8 files changed, 14 insertions, 2 deletions
diff --git a/starmath/AllLangResTarget_sm.mk b/starmath/AllLangResTarget_sm.mk index 61ca79f57923..390429de054b 100644 --- a/starmath/AllLangResTarget_sm.mk +++ b/starmath/AllLangResTarget_sm.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. @@ -46,3 +47,5 @@ $(eval $(call gb_SrsTarget_add_files,sm/res,\ starmath/source/symbol.src \ starmath/source/toolbox.src \ )) + +# vim: set noet sw=4 ts=4: diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk index 1713710c9762..cb5a10977a9a 100644 --- a/starmath/CppunitTest_starmath_qa_cppunit.mk +++ b/starmath/CppunitTest_starmath_qa_cppunit.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version @@ -115,4 +116,4 @@ $(eval $(call gb_RdbTarget_add_old_components,starmath_qa_cppunit,\ )) endif -# vim: set noet sw=4: +# vim: set noet sw=4 ts=4: diff --git a/starmath/JunitTest_sm_unoapi.mk b/starmath/JunitTest_sm_unoapi.mk index 5e36a7b55321..09cfae1ace1f 100644 --- a/starmath/JunitTest_sm_unoapi.mk +++ b/starmath/JunitTest_sm_unoapi.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. diff --git a/starmath/JunitTest_starmath_unoapi.mk b/starmath/JunitTest_starmath_unoapi.mk index 27a18d934657..d73caad3c50b 100644 --- a/starmath/JunitTest_starmath_unoapi.mk +++ b/starmath/JunitTest_starmath_unoapi.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index 2aef3094c08f..034bf60a668a 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version diff --git a/starmath/Library_smd.mk b/starmath/Library_smd.mk index 995cd77c1df9..44c43a88f53d 100644 --- a/starmath/Library_smd.mk +++ b/starmath/Library_smd.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. diff --git a/starmath/Module_starmath.mk b/starmath/Module_starmath.mk index da3addf98c52..596e8a906aef 100644 --- a/starmath/Module_starmath.mk +++ b/starmath/Module_starmath.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. @@ -38,4 +39,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,starmath,\ JunitTest_sm_unoapi \ )) -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: 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: |