summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-30 23:03:36 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-30 23:03:36 +0300
commitf577683bca2b9cb1cad836f26d78f616e9ff06c9 (patch)
treeb22af9d98213677bd14bae0d730d598f834de926
parentb9f4c91d97aacc5d311c17e43f5cfe408de572dc (diff)
Add consistent Emacs and vim mode lines
-rw-r--r--offapi/Module_offapi.mk1
-rw-r--r--offapi/Package_offapi_idl.mk2
-rw-r--r--offapi/Package_offapi_inc.mk2
-rw-r--r--offapi/UnoApi_offapi.mk1
-rw-r--r--offapi/UnoApi_types.mk1
-rw-r--r--[-rwxr-xr-x]sal/CppunitTest_sal_osl_mutex.mk1
-rw-r--r--[-rwxr-xr-x]sal/CppunitTest_sal_osl_pipe.mk1
-rw-r--r--[-rwxr-xr-x]sal/CppunitTest_sal_osl_profile.mk1
-rw-r--r--[-rwxr-xr-x]sal/CppunitTest_sal_osl_setthreadname.mk1
-rw-r--r--[-rwxr-xr-x]sal/CppunitTest_sal_rtl_math.mk1
-rw-r--r--sal/Module_sal.mk3
-rw-r--r--udkapi/Module_udkapi.mk1
-rw-r--r--udkapi/Package_udkapi_idl.mk2
-rw-r--r--udkapi/Package_udkapi_inc.mk2
-rw-r--r--udkapi/UnoApi_udkapi.mk1
-rw-r--r--udkapi/UnoApi_uretypes.mk1
-rw-r--r--xmlreader/Library_xmlreader.mk1
-rw-r--r--xmlreader/Module_xmlreader.mk1
-rw-r--r--xmlreader/Package_inc.mk1
19 files changed, 24 insertions, 1 deletions
diff --git a/offapi/Module_offapi.mk b/offapi/Module_offapi.mk
index 76d56c30b..7f1ee0f4f 100644
--- a/offapi/Module_offapi.mk
+++ b/offapi/Module_offapi.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/offapi/Package_offapi_idl.mk b/offapi/Package_offapi_idl.mk
index 5dd2bcc82..a5c0c4091 100644
--- a/offapi/Package_offapi_idl.mk
+++ b/offapi/Package_offapi_idl.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,4 @@
$(eval $(call gb_UnoApiTarget_autopackage_idl,offapi))
+# vim: set noet sw=4 ts=4:
diff --git a/offapi/Package_offapi_inc.mk b/offapi/Package_offapi_inc.mk
index 0197ccd09..580ef0166 100644
--- a/offapi/Package_offapi_inc.mk
+++ b/offapi/Package_offapi_inc.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,4 @@
$(eval $(call gb_UnoApiTarget_autopackage_inc,offapi))
+# vim: set noet sw=4 ts=4:
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index a88d9b4ec..4e9311f78 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.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/offapi/UnoApi_types.mk b/offapi/UnoApi_types.mk
index 4c6701c85..4dfdf5780 100644
--- a/offapi/UnoApi_types.mk
+++ b/offapi/UnoApi_types.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/sal/CppunitTest_sal_osl_mutex.mk b/sal/CppunitTest_sal_osl_mutex.mk
index dffa14882..08e6f093d 100755..100644
--- a/sal/CppunitTest_sal_osl_mutex.mk
+++ b/sal/CppunitTest_sal_osl_mutex.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/sal/CppunitTest_sal_osl_pipe.mk b/sal/CppunitTest_sal_osl_pipe.mk
index b4cd7e623..215635434 100755..100644
--- a/sal/CppunitTest_sal_osl_pipe.mk
+++ b/sal/CppunitTest_sal_osl_pipe.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/sal/CppunitTest_sal_osl_profile.mk b/sal/CppunitTest_sal_osl_profile.mk
index dd396c6f1..96cf34632 100755..100644
--- a/sal/CppunitTest_sal_osl_profile.mk
+++ b/sal/CppunitTest_sal_osl_profile.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/sal/CppunitTest_sal_osl_setthreadname.mk b/sal/CppunitTest_sal_osl_setthreadname.mk
index 2bc5642cf..d5c6c4c92 100755..100644
--- a/sal/CppunitTest_sal_osl_setthreadname.mk
+++ b/sal/CppunitTest_sal_osl_setthreadname.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/sal/CppunitTest_sal_rtl_math.mk b/sal/CppunitTest_sal_rtl_math.mk
index 55f467009..aad3c1ef0 100755..100644
--- a/sal/CppunitTest_sal_rtl_math.mk
+++ b/sal/CppunitTest_sal_rtl_math.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/sal/Module_sal.mk b/sal/Module_sal.mk
index 89ced157b..a03ad7446 100644
--- a/sal/Module_sal.mk
+++ b/sal/Module_sal.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_subsequentcheck_targets,sal,\
CppunitTest_sal_rtl_math \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/udkapi/Module_udkapi.mk b/udkapi/Module_udkapi.mk
index 7b4d0d878..976b27c98 100644
--- a/udkapi/Module_udkapi.mk
+++ b/udkapi/Module_udkapi.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/udkapi/Package_udkapi_idl.mk b/udkapi/Package_udkapi_idl.mk
index c8b6d60ce..782ff0d3d 100644
--- a/udkapi/Package_udkapi_idl.mk
+++ b/udkapi/Package_udkapi_idl.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,4 @@
$(eval $(call gb_UnoApiTarget_autopackage_idl,udkapi))
+# vim: set noet sw=4 ts=4:
diff --git a/udkapi/Package_udkapi_inc.mk b/udkapi/Package_udkapi_inc.mk
index 27943e7ec..48bbc43a5 100644
--- a/udkapi/Package_udkapi_inc.mk
+++ b/udkapi/Package_udkapi_inc.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,4 @@
$(eval $(call gb_UnoApiTarget_autopackage_inc,udkapi))
+# vim: set noet sw=4 ts=4:
diff --git a/udkapi/UnoApi_udkapi.mk b/udkapi/UnoApi_udkapi.mk
index 4c0dca9a5..389b104bb 100644
--- a/udkapi/UnoApi_udkapi.mk
+++ b/udkapi/UnoApi_udkapi.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/udkapi/UnoApi_uretypes.mk b/udkapi/UnoApi_uretypes.mk
index 8fa615d5a..91368b523 100644
--- a/udkapi/UnoApi_uretypes.mk
+++ b/udkapi/UnoApi_uretypes.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/xmlreader/Library_xmlreader.mk b/xmlreader/Library_xmlreader.mk
index 807af424e..8e2e04072 100644
--- a/xmlreader/Library_xmlreader.mk
+++ b/xmlreader/Library_xmlreader.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/xmlreader/Module_xmlreader.mk b/xmlreader/Module_xmlreader.mk
index 096001e8f..f9d655d47 100644
--- a/xmlreader/Module_xmlreader.mk
+++ b/xmlreader/Module_xmlreader.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/xmlreader/Package_inc.mk b/xmlreader/Package_inc.mk
index 54a4a6947..3c2bc604a 100644
--- a/xmlreader/Package_inc.mk
+++ b/xmlreader/Package_inc.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.