summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-30 23:01:27 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-30 23:01:27 +0300
commitf900be1d53705174a26befe2c47fb24a4e44f2f3 (patch)
tree9eb508a6161f940be02aaf4407db01aa08b85ad9 /cui
parentcallcatcher: bring HttpRequest dtor back (diff)
downloadcore-f900be1d53705174a26befe2c47fb24a4e44f2f3.tar.gz
core-f900be1d53705174a26befe2c47fb24a4e44f2f3.zip
Add consistent Emacs and vim mode lines
Diffstat (limited to 'cui')
-rw-r--r--cui/AllLangResTarget_cui.mk3
-rw-r--r--cui/Library_cui.mk3
-rw-r--r--cui/Module_cui.mk3
3 files changed, 6 insertions, 3 deletions
diff --git a/cui/AllLangResTarget_cui.mk b/cui/AllLangResTarget_cui.mk
index 107b1f7eefa8..b0ac2f591338 100644
--- a/cui/AllLangResTarget_cui.mk
+++ b/cui/AllLangResTarget_cui.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
@@ -131,4 +132,4 @@ $(eval $(call gb_SrsTarget_add_files,cui/res,\
cui/source/tabpages/transfrm.src \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk
index d4f49287aa34..51f2b46b73cc 100644
--- a/cui/Library_cui.mk
+++ b/cui/Library_cui.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
@@ -220,4 +221,4 @@ $(eval $(call gb_Library_add_exception_objects,cui,\
))
endif
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/cui/Module_cui.mk b/cui/Module_cui.mk
index aaab8dfbdfda..1644c79dcffd 100644
--- a/cui/Module_cui.mk
+++ b/cui/Module_cui.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
@@ -32,4 +33,4 @@ $(eval $(call gb_Module_add_targets,cui,\
Library_cui \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4: