diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-10-12 15:58:06 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-10-13 10:57:13 +0200 |
commit | 3b82714348301140a1f1a2534f9ff67128d8addd (patch) | |
tree | 1216e910de6faabfc8292b9c17b27a7879d5000a /soltools/testhxx | |
parent | 82cdcc2b114024f9186502f54f632be810582d95 (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 'soltools/testhxx')
-rw-r--r-- | soltools/testhxx/testhxx.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/soltools/testhxx/testhxx.cxx b/soltools/testhxx/testhxx.cxx index 63b15276d523..be365044b861 100644 --- a/soltools/testhxx/testhxx.cxx +++ b/soltools/testhxx/testhxx.cxx @@ -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. @@ -30,3 +31,5 @@ //#include "precompiled_soltools.hxx" // This is just a dummy file; see the makefile.mk for the real work. + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |