diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:01:01 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:01:01 +0300 |
commit | 36aeabdc8b06f3e3989dc07f76334bd083d78ef3 (patch) | |
tree | 3e1d97a387a22c199c091c10c822ecdf830fc44e /reportdesign | |
parent | c2a7f87b9249a8ffce185f25a75a65a3ae103891 (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/AllLangResTarget_rpt.mk | 3 | ||||
-rw-r--r-- | reportdesign/AllLangResTarget_rptui.mk | 1 | ||||
-rw-r--r-- | reportdesign/JunitTest_reportdesign_complex.mk | 1 | ||||
-rw-r--r-- | reportdesign/Library_rpt.mk | 3 | ||||
-rw-r--r-- | reportdesign/Library_rptui.mk | 3 | ||||
-rw-r--r-- | reportdesign/Library_rptxml.mk | 3 | ||||
-rw-r--r-- | reportdesign/Module_reportdesign.mk | 4 | ||||
-rw-r--r-- | reportdesign/Package_uiconfig.mk | 3 | ||||
-rw-r--r-- | reportdesign/Package_xml.mk | 3 |
9 files changed, 17 insertions, 7 deletions
diff --git a/reportdesign/AllLangResTarget_rpt.mk b/reportdesign/AllLangResTarget_rpt.mk index 00b1d2022739..2367bd37ae6d 100644 --- a/reportdesign/AllLangResTarget_rpt.mk +++ b/reportdesign/AllLangResTarget_rpt.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 @@ -45,4 +46,4 @@ $(eval $(call gb_SrsTarget_add_files,reportdesign/res,\ reportdesign/source/core/resource/strings.src \ )) -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: diff --git a/reportdesign/AllLangResTarget_rptui.mk b/reportdesign/AllLangResTarget_rptui.mk index ffc76e5092df..a67822d4d97b 100644 --- a/reportdesign/AllLangResTarget_rptui.mk +++ b/reportdesign/AllLangResTarget_rptui.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/reportdesign/JunitTest_reportdesign_complex.mk b/reportdesign/JunitTest_reportdesign_complex.mk index 3ad0f24f9265..1787814ccc15 100644 --- a/reportdesign/JunitTest_reportdesign_complex.mk +++ b/reportdesign/JunitTest_reportdesign_complex.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/reportdesign/Library_rpt.mk b/reportdesign/Library_rpt.mk index c1a6f7277cbb..b3b3eaed6ff5 100644 --- a/reportdesign/Library_rpt.mk +++ b/reportdesign/Library_rpt.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 @@ -108,4 +109,4 @@ $(eval $(call gb_Library_add_exception_objects,rpt,\ reportdesign/source/shared/corestrings \ )) -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: diff --git a/reportdesign/Library_rptui.mk b/reportdesign/Library_rptui.mk index 7aee950fa723..f231440c3748 100644 --- a/reportdesign/Library_rptui.mk +++ b/reportdesign/Library_rptui.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 @@ -114,4 +115,4 @@ $(eval $(call gb_Library_add_exception_objects,rptui,\ reportdesign/source/ui/report/ViewsWindow \ )) -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: diff --git a/reportdesign/Library_rptxml.mk b/reportdesign/Library_rptxml.mk index 639e784304da..af0aec7d7b9f 100644 --- a/reportdesign/Library_rptxml.mk +++ b/reportdesign/Library_rptxml.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 @@ -96,4 +97,4 @@ $(eval $(call gb_Library_add_exception_objects,rptxml,\ reportdesign/source/shared/xmlstrings \ )) -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: diff --git a/reportdesign/Module_reportdesign.mk b/reportdesign/Module_reportdesign.mk index e06ff36c7787..19431bb70409 100644 --- a/reportdesign/Module_reportdesign.mk +++ b/reportdesign/Module_reportdesign.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 @@ -42,5 +43,4 @@ $(eval $(call gb_Module_add_targets,reportdesign,\ JunitTest_reportdesign_complex \ )) - -# vim: set noet ts=4 sw=4:
\ No newline at end of file +# vim: set noet sw=4 ts=4: diff --git a/reportdesign/Package_uiconfig.mk b/reportdesign/Package_uiconfig.mk index ac773f044744..392301616bb3 100644 --- a/reportdesign/Package_uiconfig.mk +++ b/reportdesign/Package_uiconfig.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 @@ -44,4 +45,4 @@ $(eval $(call gb_Package_add_file,reportdesign_uiconfig,xml/uiconfig/modules/dbr $(eval $(call gb_Package_add_file,reportdesign_uiconfig,xml/uiconfig/modules/dbreport/toolbar/symbolshapes.xml,toolbar/symbolshapes.xml)) $(eval $(call gb_Package_add_file,reportdesign_uiconfig,xml/uiconfig/modules/dbreport/toolbar/toolbar.xml,toolbar/toolbar.xml)) -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: diff --git a/reportdesign/Package_xml.mk b/reportdesign/Package_xml.mk index 75c18a04a1da..cadb0505a667 100644 --- a/reportdesign/Package_xml.mk +++ b/reportdesign/Package_xml.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. @@ -27,3 +28,5 @@ $(eval $(call gb_Package_Package,reportdesign_xml,$(SRCDIR)/reportdesign/prj)) $(eval $(call gb_Package_add_file,reportdesign_xml,prj/rpt.xml,rpt.xml)) + +# vim: set noet sw=4 ts=4: |