diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:01:27 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:01:27 +0300 |
commit | 01d69f0b304ca1c51bc9667fb3874adff000dd60 (patch) | |
tree | 00b56691d221c4235f75e1c9d7c96518d9bcd6d5 /basctl/Library_basctl.mk | |
parent | f73dd26567c5e0e597f4464901148d7060b9875f (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'basctl/Library_basctl.mk')
-rw-r--r-- | basctl/Library_basctl.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/basctl/Library_basctl.mk b/basctl/Library_basctl.mk index 73e12a812..61ea991e1 100644 --- a/basctl/Library_basctl.mk +++ b/basctl/Library_basctl.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. @@ -131,4 +132,4 @@ $(eval $(call gb_Library_add_linked_libs,basctl,\ )) endif -# vim: set noet sw=4: +# vim: set noet sw=4 ts=4: |