Add consistent Emacs and vim mode lines

This commit is contained in:
Tor Lillqvist
2011-07-30 23:02:06 +03:00
parent 131e582f86
commit a06dae5f80
21 changed files with 41 additions and 20 deletions

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#************************************************************************* #*************************************************************************
# #
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -54,4 +55,4 @@ $(eval $(call gb_Library_add_exception_objects,animcore,\
animations/source/animcore/targetpropertiescreator \ animations/source/animcore/targetpropertiescreator \
)) ))
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#************************************************************************* #*************************************************************************
# #
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -33,4 +34,4 @@ $(eval $(call gb_Module_add_targets,animations,\
Package_xml \ Package_xml \
)) ))
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#************************************************************************* #*************************************************************************
# #
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -29,4 +30,4 @@ $(eval $(call gb_Package_Package,animations_inc,$(SRCDIR)/animations/inc))
$(eval $(call gb_Package_add_file,animations_inc,inc/animations/animationnodehelper.hxx,animations/animationnodehelper.hxx)) $(eval $(call gb_Package_add_file,animations_inc,inc/animations/animationnodehelper.hxx,animations/animationnodehelper.hxx))
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#************************************************************************* #*************************************************************************
# #
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -29,4 +30,4 @@ $(eval $(call gb_Package_Package,animations_xml,$(SRCDIR)/animations/source/anim
$(eval $(call gb_Package_add_file,animations_xml,xml/animcore.xml,animcore.xml)) $(eval $(call gb_Package_add_file,animations_xml,xml/animcore.xml,animcore.xml))
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -107,4 +108,4 @@ $(eval $(call gb_SrsTarget_add_templates,sd/res,\
sd/source/ui/app/toolbox2_tmpl.src \ sd/source/ui/app/toolbox2_tmpl.src \
)) ))
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -104,4 +105,4 @@ $(eval $(call gb_RdbTarget_add_old_components,sd_uimpress,\
i18npool \ i18npool \
)) ))
# vim: set noet sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -520,4 +521,4 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
)) ))
endif endif
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -64,4 +65,4 @@ $(eval $(call gb_Library_add_exception_objects,sdd,\
sd/source/ui/unoidl/sddetect \ sd/source/ui/unoidl/sddetect \
)) ))
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -104,4 +105,4 @@ $(eval $(call gb_Library_add_exception_objects,sdfilt,\
)) ))
endif endif
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -101,4 +102,4 @@ $(eval $(call gb_Library_add_exception_objects,sdui,\
# $(WORKDIR)/inc/sd/sddll0.hxx : # $(WORKDIR)/inc/sd/sddll0.hxx :
# echo "#define" DLL_NAME \"$(if $(filter UNX,$(GUI)),lib)sd$(DLLPOSTFIX)$(DLLPOST)\" > $@ # echo "#define" DLL_NAME \"$(if $(filter UNX,$(GUI)),lib)sd$(DLLPOSTFIX)$(DLLPOST)\" > $@
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -47,4 +48,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\
JunitTest_sd_unoapi \ JunitTest_sd_unoapi \
)) ))
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -29,4 +30,4 @@ $(eval $(call gb_Package_Package,sd_inc,$(SRCDIR)/sd/inc))
$(eval $(call gb_Package_add_file,sd_inc,inc/sd/sddll.hxx,sddll.hxx)) $(eval $(call gb_Package_add_file,sd_inc,inc/sd/sddll.hxx,sddll.hxx))
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -126,4 +127,4 @@ $(eval $(call gb_Package_add_file,sd_uiconfig,xml/uiconfig/modules/simpress/tool
$(eval $(call gb_Package_add_file,sd_uiconfig,xml/uiconfig/modules/simpress/toolbar/viewerbar.xml,simpress/toolbar/viewerbar.xml)) $(eval $(call gb_Package_add_file,sd_uiconfig,xml/uiconfig/modules/simpress/toolbar/viewerbar.xml,simpress/toolbar/viewerbar.xml))
$(eval $(call gb_Package_add_file,sd_uiconfig,xml/uiconfig/modules/simpress/toolbar/zoombar.xml,simpress/toolbar/zoombar.xml)) $(eval $(call gb_Package_add_file,sd_uiconfig,xml/uiconfig/modules/simpress/toolbar/zoombar.xml,simpress/toolbar/zoombar.xml))
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -55,4 +56,4 @@ $(eval $(call gb_Package_add_file,sd_web,pck/show.pl,webview/show.pl))
$(eval $(call gb_Package_add_file,sd_web,pck/webcast.asp,webview/webview.asp)) $(eval $(call gb_Package_add_file,sd_web,pck/webcast.asp,webview/webview.asp))
$(eval $(call gb_Package_add_file,sd_web,pck/webcast.pl,webview/webview.pl)) $(eval $(call gb_Package_add_file,sd_web,pck/webcast.pl,webview/webview.pl))
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -59,4 +60,4 @@ $(eval $(call gb_Package_add_file,sd_xml,xml/SlidesView.xml,SlidesView.xml))
$(eval $(call gb_Package_add_file,sd_xml,xml/transitions-ogl.xml,transitions-ogl.xml)) $(eval $(call gb_Package_add_file,sd_xml,xml/transitions-ogl.xml,transitions-ogl.xml))
$(eval $(call gb_Package_add_file,sd_xml,xml/transitions.xml,transitions.xml)) $(eval $(call gb_Package_add_file,sd_xml,xml/transitions.xml,transitions.xml))
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -78,4 +79,4 @@ $(eval $(call gb_CppunitTest_add_exception_objects,slideshow,\
slideshow/test/views \ slideshow/test/views \
)) ))
# vim: set noet sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -72,4 +73,4 @@ $(eval $(call gb_Executable_add_exception_objects,demoshow,\
slideshow/test/demoshow \ slideshow/test/demoshow \
)) ))
# vim: set noet sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -110,4 +111,4 @@ $(eval $(call gb_Library_add_linked_libs,OGLTrans,\
)) ))
endif endif
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -183,4 +184,4 @@ $(eval $(call gb_Library_add_exception_objects,slideshow,\
)) ))
endif endif
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4:

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@@ -38,4 +39,4 @@ $(eval $(call gb_Module_add_targets,slideshow,\
# not built normally (and unbuildable anyway ;) # not built normally (and unbuildable anyway ;)
# Executable_demoshow \ # Executable_demoshow \
# vim: set noet ts=4 sw=4: # vim: set noet sw=4 ts=4: