diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:02:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:12:12 +0300 |
commit | 704bc46ae43d0386e5762b6a6158c7cef831dd1d (patch) | |
tree | 05e6e4e72883d7a1908cf5d89002f5afae1a3551 /sot | |
parent | 959d24419838fe2515dcdafb68896664a909e93c (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'sot')
-rw-r--r-- | sot/JunitTest_sot_complex.mk | 1 | ||||
-rw-r--r-- | sot/Library_sot.mk | 1 | ||||
-rw-r--r-- | sot/Module_sot.mk | 2 | ||||
-rw-r--r-- | sot/Package_inc.mk | 3 |
4 files changed, 7 insertions, 0 deletions
diff --git a/sot/JunitTest_sot_complex.mk b/sot/JunitTest_sot_complex.mk index 507d3b72244a..24d479128d6c 100644 --- a/sot/JunitTest_sot_complex.mk +++ b/sot/JunitTest_sot_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/sot/Library_sot.mk b/sot/Library_sot.mk index dc4d1912e2be..97419691f1a2 100644 --- a/sot/Library_sot.mk +++ b/sot/Library_sot.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/sot/Module_sot.mk b/sot/Module_sot.mk index a9b72bf5f8d6..969bd39fd57e 100644 --- a/sot/Module_sot.mk +++ b/sot/Module_sot.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. @@ -36,3 +37,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sot,\ JunitTest_sot_complex \ )) +# vim: set noet sw=4 ts=4: diff --git a/sot/Package_inc.mk b/sot/Package_inc.mk index f1f71cf91b2a..daf85fee12ba 100644 --- a/sot/Package_inc.mk +++ b/sot/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. @@ -39,3 +40,5 @@ $(eval $(call gb_Package_add_file,sot_inc,inc/sot/sotref.hxx,sot/sotref.hxx)) $(eval $(call gb_Package_add_file,sot_inc,inc/sot/stg.hxx,sot/stg.hxx)) $(eval $(call gb_Package_add_file,sot_inc,inc/sot/storage.hxx,sot/storage.hxx)) $(eval $(call gb_Package_add_file,sot_inc,inc/sot/storinfo.hxx,sot/storinfo.hxx)) + +# vim: set noet sw=4 ts=4: |