diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-13 23:42:49 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-15 19:32:30 -0500 |
commit | d7a4c3cbd866292889f4895f2f6528fccb1b7597 (patch) | |
tree | d5a4fcf95ae3f5d787334d5f36d68d4077ea9eb4 /starmath | |
parent | 0c3efcbd18707057703b2e81d635987b72b2a485 (diff) |
Add consistent Emacs and vim mode lines
cherry-picked from 24b6225f93ea5d22d727e0b03bc468bc5cc21af3
Change-Id: Ic0624618591285544e3fe4032ba9ac12a96ee003
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/AllLangResTarget_sm.mk | 3 | ||||
-rw-r--r-- | starmath/JunitTest_starmath_unoapi.mk | 5 | ||||
-rw-r--r-- | starmath/Library_sm.mk | 3 | ||||
-rw-r--r-- | starmath/Library_smd.mk | 3 | ||||
-rw-r--r-- | starmath/Module_starmath.mk | 3 | ||||
-rw-r--r-- | starmath/Package_uiconfig.mk | 2 |
6 files changed, 17 insertions, 2 deletions
diff --git a/starmath/AllLangResTarget_sm.mk b/starmath/AllLangResTarget_sm.mk index 75f8b1d94159..96af0c193851 100644 --- a/starmath/AllLangResTarget_sm.mk +++ b/starmath/AllLangResTarget_sm.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile-gmake; 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 @@ -42,3 +43,5 @@ $(eval $(call gb_SrsTarget_add_files,starmath/res,\ starmath/source/commands.src \ starmath/source/symbol.src \ )) + +# vim: set noet sw=4 ts=4: diff --git a/starmath/JunitTest_starmath_unoapi.mk b/starmath/JunitTest_starmath_unoapi.mk index 8d26a56b44cb..8fc9ea5df1e2 100644 --- a/starmath/JunitTest_starmath_unoapi.mk +++ b/starmath/JunitTest_starmath_unoapi.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile-gmake; 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 @@ -15,8 +16,8 @@ # Portions created by the Initial Developer are Copyright (C) 2010 the # Initial Developer. All Rights Reserved. # -# Major Contributor(s): -# +# Major Contributor(s): +# # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index 0e01458b2e37..a93bcfba6bf0 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile-gmake; 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 @@ -108,3 +109,5 @@ $(eval $(call gb_SdiTarget_set_include,starmath/sdi/smslots,\ $$(INCLUDE) \ -I$(OUTDIR)/inc \ )) + +# vim: set noet sw=4 ts=4: diff --git a/starmath/Library_smd.mk b/starmath/Library_smd.mk index 843463ab4441..fe933ca67abd 100644 --- a/starmath/Library_smd.mk +++ b/starmath/Library_smd.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile-gmake; 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 @@ -60,3 +61,5 @@ $(eval $(call gb_Library_add_exception_objects,smd,\ starmath/source/smdetect \ starmath/source/eqnolefilehdr \ )) + +# vim: set noet sw=4 ts=4: diff --git a/starmath/Module_starmath.mk b/starmath/Module_starmath.mk index d9bc48de3411..4b3463ce3cdd 100644 --- a/starmath/Module_starmath.mk +++ b/starmath/Module_starmath.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # @@ -36,3 +37,5 @@ $(eval $(call gb_Module_add_check_targets,sm,\ $(eval $(call gb_Module_add_subsequentcheck_targets,sm,\ JunitTest_starmath_unoapi \ )) + +# vim: set noet sw=4 ts=4: diff --git a/starmath/Package_uiconfig.mk b/starmath/Package_uiconfig.mk index e312bf49ce71..589f111498c9 100644 --- a/starmath/Package_uiconfig.mk +++ b/starmath/Package_uiconfig.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile-gmake; 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 @@ -26,3 +27,4 @@ $(eval $(call gb_Package_add_file,sm_uiconfig,xml/uiconfig/modules/smath/toolbar $(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/fullscreenbar.xml,smath/toolbar/fullscreenbar.xml)) +# vim: set noet sw=4 ts=4: |