diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-10-12 15:57:08 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-10-13 10:57:23 +0200 |
commit | e4ed769b795446b5a65eb5ae94ebb8db22c6bf4f (patch) | |
tree | 642564a970437c2672541126c53ce41dfe48ab5f /extensions/test/ole/MfcControl/StdAfx.cpp | |
parent | ba23e2ddcff997af2e1575acd243d42c6375566b (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 'extensions/test/ole/MfcControl/StdAfx.cpp')
-rw-r--r-- | extensions/test/ole/MfcControl/StdAfx.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/test/ole/MfcControl/StdAfx.cpp b/extensions/test/ole/MfcControl/StdAfx.cpp index 07f7b469e..b45da9a8e 100644 --- a/extensions/test/ole/MfcControl/StdAfx.cpp +++ b/extensions/test/ole/MfcControl/StdAfx.cpp @@ -1,5 +1,8 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // stdafx.cpp : source file that includes just the standard includes // stdafx.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |