Removed vim mode lines.

Users can set their own preferences in their personal vimrc.
This commit is contained in:
Aaron Jacobs
2014-09-15 08:23:41 +10:00
parent b4357fa224
commit 32009b17e4
12 changed files with 0 additions and 12 deletions

View File

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

View File

@@ -277,4 +277,3 @@ TestResult &checkStringEqual(TestResult &result,
(runner).add(JSONTEST_FIXTURE_FACTORY(FixtureType, name))
#endif // ifndef JSONTEST_H_INCLUDED
// vim: et ts=2 sts=2 sw=2 tw=0

View File

@@ -1635,4 +1635,3 @@ int main(int argc, const char *argv[]) {
return runner.runCommandLine(argc, argv);
}
// vim: et ts=2 sts=2 sw=2 tw=0