diff options
author | Olly Betts <olly@survex.com> | 2008-04-20 11:30:21 +0000 |
---|---|---|
committer | Olly Betts <olly@survex.com> | 2008-04-20 11:30:21 +0000 |
commit | dda6df974f3743460f1c6e6802d5084bfb53fcf0 (patch) | |
tree | d23880ff81e2840df4df85859e4d2a059fb8f2bb /Source/Modules | |
parent | 9d6e70ad354ccbfa669ce97d391d32a9fd3925f3 (diff) | |
download | swig-dda6df974f3743460f1c6e6802d5084bfb53fcf0.tar.gz |
Fix bogus vim modeline
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10378 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Source/Modules')
-rw-r--r-- | Source/Modules/perl5.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Modules/perl5.cxx b/Source/Modules/perl5.cxx index 52ddb682c..47cf381e1 100644 --- a/Source/Modules/perl5.cxx +++ b/Source/Modules/perl5.cxx @@ -1,5 +1,5 @@ /* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=2:tabstop=2:smarttab: + * vim:expandtab:shiftwidth=2:tabstop=8:smarttab: */ /* ---------------------------------------------------------------------------- |