diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:03:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:03:36 +0300 |
commit | 1ce803704459493291db994daacb32de41277501 (patch) | |
tree | 8cfc65afe1e8ddcd14c4e14c109c3506fda63d10 /sal | |
parent | 94959259362358f3de95c57a8a011feb11ee5de1 (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'sal')
-rw-r--r--[-rwxr-xr-x] | sal/CppunitTest_sal_osl_mutex.mk | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | sal/CppunitTest_sal_osl_pipe.mk | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | sal/CppunitTest_sal_osl_profile.mk | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | sal/CppunitTest_sal_osl_setthreadname.mk | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | sal/CppunitTest_sal_rtl_math.mk | 1 | ||||
-rw-r--r-- | sal/Module_sal.mk | 3 |
6 files changed, 7 insertions, 1 deletions
diff --git a/sal/CppunitTest_sal_osl_mutex.mk b/sal/CppunitTest_sal_osl_mutex.mk index dffa14882479..08e6f093dec7 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 b4cd7e623a00..21563543438d 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 dd396c6f1104..96cf34632a5b 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 2bc5642cf37e..d5c6c4c92f3f 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 55f467009bd6..aad3c1ef0d36 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 89ced157bb44..a03ad7446992 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: |