diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-14 10:31:32 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-14 10:31:32 +0900 |
commit | 508291bab3c4bdc1d6aa43f1a0b1388ba19bd129 (patch) | |
tree | 9397c26c87b1d323368c26d28f7b6d07e0efb46a /TEMPLATE.SOURCECODE.HEADER | |
parent | bc31fc9c29968d0755b5fda394505ac9ae41fabd (diff) |
added Emacs mode line for convenience, as well as footer for vim
Change-Id: I01a9118d22ee88b7011ae8b8028b11e043f8c52e
Diffstat (limited to 'TEMPLATE.SOURCECODE.HEADER')
-rw-r--r-- | TEMPLATE.SOURCECODE.HEADER | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TEMPLATE.SOURCECODE.HEADER b/TEMPLATE.SOURCECODE.HEADER index a73867772116..e57acc532b18 100644 --- a/TEMPLATE.SOURCECODE.HEADER +++ b/TEMPLATE.SOURCECODE.HEADER @@ -13,6 +13,7 @@ For C/C++/Java/IDL etc. For makefiles: +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # @@ -20,6 +21,8 @@ For makefiles: # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # +... +# vim: set noet sw=4 ts=4: For XML / .component: |