vim modeline

http://vim.wikia.com/wiki/Modeline_magic
This commit is contained in:
Christopher Dunn 2014-04-19 21:41:03 +00:00
parent 09439b7bc7
commit 77cd83890d
11 changed files with 11 additions and 2 deletions

View File

@ -298,3 +298,4 @@ int main( int argc, const char *argv[] )
return exitCode;
}
// vim: et ts=4 sts=4 sw=4 tw=0

View File

@ -125,3 +125,4 @@ private:
# endif // ifndef JSONCPP_DOC_INCLUDE_IMPLEMENTATION
#endif // JSONCPP_BATCHALLOCATOR_H_INCLUDED
// vim: et ts=3 sts=3 sw=3 tw=0

View File

@ -452,3 +452,4 @@ ValueInternalArray::compare( const ValueInternalArray &other ) const
}
} // namespace Json
// vim: et ts=3 sts=3 sw=3 tw=0

View File

@ -613,3 +613,4 @@ ValueInternalMap::distance( const IteratorState &x, const IteratorState &y )
}
} // namespace Json
// vim: et ts=3 sts=3 sw=3 tw=0

View File

@ -932,3 +932,4 @@ std::istream& operator>>( std::istream &sin, Value &root )
} // namespace Json
// vim: et ts=3 sts=3 sw=3 tw=0

View File

@ -1,4 +1,3 @@
// vim: ts=3 sts=3 sw=3 tw=0
// Copyright 2011 Baptiste Lepilleur
// Distributed under MIT license, or public domain if desired and
// recognized in your jurisdiction.
@ -1922,3 +1921,4 @@ Path::make( Value &root ) const
} // namespace Json
// vim: et ts=3 sts=3 sw=3 tw=0

View File

@ -298,3 +298,4 @@ ValueIterator::operator =( const SelfType &other )
}
} // namespace Json
// vim: et ts=3 sts=3 sw=3 tw=0

View File

@ -839,3 +839,4 @@ std::ostream& operator<<( std::ostream &sout, const Value &root )
} // namespace Json
// vim: et ts=3 sts=3 sw=3 tw=0

View File

@ -575,3 +575,4 @@ checkStringEqual( TestResult &result,
} // namespace JsonTest
// vim: et ts=4 sts=4 sw=4 tw=0

View File

@ -270,3 +270,4 @@ namespace JsonTest {
(runner).add( JSONTEST_FIXTURE_FACTORY( FixtureType, name ) )
#endif // ifndef JSONTEST_H_INCLUDED
// vim: et ts=4 sts=4 sw=4 tw=0

View File

@ -1,4 +1,3 @@
// vim: ts=4 sts=4 sw=4 tw=0
// Copyright 2007-2010 Baptiste Lepilleur
// Distributed under MIT license, or public domain if desired and
// recognized in your jurisdiction.
@ -1516,3 +1515,4 @@ int main( int argc, const char *argv[] )
JSONTEST_REGISTER_FIXTURE( runner, WriterTest, dropNullPlaceholders );
return runner.runCommandLine( argc, argv );
}
// vim: et ts=4 sts=4 sw=4 tw=0