summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-30 23:02:30 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-30 23:02:30 +0300
commit4122c3b9d58b0df701b903f8bf9dc6e843aeba1b (patch)
tree506f5d98f18c73d5aa250f7dd7f9da88e6aa2986 /formula
parent1469f908501e22a5c299f94754b722923b27560f (diff)
Add consistent Emacs and vim mode lines
Diffstat (limited to 'formula')
-rw-r--r--formula/AllLangResTarget_for.mk3
-rw-r--r--formula/AllLangResTarget_forui.mk3
-rw-r--r--formula/Library_for.mk3
-rw-r--r--formula/Library_forui.mk3
-rw-r--r--formula/Module_formula.mk3
-rw-r--r--formula/Package_inc.mk3
6 files changed, 12 insertions, 6 deletions
diff --git a/formula/AllLangResTarget_for.mk b/formula/AllLangResTarget_for.mk
index 325f91186ce3..d83b88be0dcd 100644
--- a/formula/AllLangResTarget_for.mk
+++ b/formula/AllLangResTarget_for.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,formula/res,\
formula/source/core/resource/core_resource.src \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/formula/AllLangResTarget_forui.mk b/formula/AllLangResTarget_forui.mk
index 3053ee6f2b3f..06b44bc18f56 100644
--- a/formula/AllLangResTarget_forui.mk
+++ b/formula/AllLangResTarget_forui.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
@@ -47,4 +48,4 @@ $(eval $(call gb_SrsTarget_add_files,formula/ui,\
formula/source/ui/dlg/parawin.src \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/formula/Library_for.mk b/formula/Library_for.mk
index 14cf9e971464..5c944be89fd2 100644
--- a/formula/Library_for.mk
+++ b/formula/Library_for.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
@@ -72,4 +73,4 @@ $(eval $(call gb_Library_add_exception_objects,for,\
formula/source/core/resource/core_resource \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/formula/Library_forui.mk b/formula/Library_forui.mk
index 8c7c6a9897ea..1ec688a6b9e4 100644
--- a/formula/Library_forui.mk
+++ b/formula/Library_forui.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
@@ -70,4 +71,4 @@ $(eval $(call gb_Library_add_exception_objects,forui,\
formula/source/ui/resource/ModuleHelper \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/formula/Module_formula.mk b/formula/Module_formula.mk
index 0ce73ce40777..eff40c7371b2 100644
--- a/formula/Module_formula.mk
+++ b/formula/Module_formula.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
@@ -35,4 +36,4 @@ $(eval $(call gb_Module_add_targets,formula,\
Package_inc \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/formula/Package_inc.mk b/formula/Package_inc.mk
index 1fc717f5b735..127085fd4bfb 100644
--- a/formula/Package_inc.mk
+++ b/formula/Package_inc.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,formula_inc,inc/formula/opcode.hxx,opcode.hxx)
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/tokenarray.hxx,tokenarray.hxx))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/token.hxx,token.hxx))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4: