summaryrefslogtreecommitdiff
path: root/padmin/source/helper.hxx
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-10-14 08:27:31 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-14 17:02:15 +0200
commit0d4c3fa9b3a8dcc46478063bf893c2023e3f5ef6 (patch)
treed3a408145eb5bf5a63592b4d07a10d40856504e9 /padmin/source/helper.hxx
parentcb71e329f3cf3775fecb95625526c3412ed3c01c (diff)
Add vim/emacs modelines to all source files
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'padmin/source/helper.hxx')
-rw-r--r--padmin/source/helper.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/padmin/source/helper.hxx b/padmin/source/helper.hxx
index 42b79e7d39..ad263a6b00 100644
--- a/padmin/source/helper.hxx
+++ b/padmin/source/helper.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -118,3 +119,5 @@ bool chooseDirectory( String& rInOutPath );
} // namespace padmin
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */