Skip to content

Commit 4002f8a

Browse files
committed
Revert "Revert "Removed vim mode lines.""
This reverts commit af77b5b. See discussion at open-source-parsers@32009b1#commitcomment-7827708
1 parent 0375af2 commit 4002f8a

12 files changed

+0
-12
lines changed

src/jsontestrunner/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,3 @@ int main(int argc, const char* argv[]) {
268268

269269
return exitCode;
270270
}
271-
// vim: et ts=2 sts=2 sw=2 tw=0

src/lib_json/json_batchallocator.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,3 @@ class BatchAllocator {
119119
#endif // ifndef JSONCPP_DOC_INCLUDE_IMPLEMENTATION
120120

121121
#endif // JSONCPP_BATCHALLOCATOR_H_INCLUDED
122-
// vim: et ts=2 sts=2 sw=2 tw=0

src/lib_json/json_internalarray.inl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,3 @@ int ValueInternalArray::compare(const ValueInternalArray& other) const {
358358
}
359359

360360
} // namespace Json
361-
// vim: et ts=3 sts=3 sw=3 tw=0

src/lib_json/json_internalmap.inl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,4 +471,3 @@ int ValueInternalMap::distance(const IteratorState& x, const IteratorState& y) {
471471
}
472472

473473
} // namespace Json
474-
// vim: et ts=3 sts=3 sw=3 tw=0

src/lib_json/json_reader.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,4 +842,3 @@ std::istream& operator>>(std::istream& sin, Value& root) {
842842
}
843843

844844
} // namespace Json
845-
// vim: et ts=2 sts=2 sw=2 tw=0

src/lib_json/json_tool.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,3 @@ static inline void fixNumericLocale(char* begin, char* end) {
8585
} // namespace Json {
8686

8787
#endif // LIB_JSONCPP_JSON_TOOL_H_INCLUDED
88-
// vim: et ts=2 sts=2 sw=2 tw=0

src/lib_json/json_value.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,4 +1538,3 @@ Value& Path::make(Value& root) const {
15381538
}
15391539

15401540
} // namespace Json
1541-
// vim: et ts=2 sts=2 sw=2 tw=0

src/lib_json/json_valueiterator.inl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,3 @@ ValueIterator& ValueIterator::operator=(const SelfType& other) {
239239
}
240240

241241
} // namespace Json
242-
// vim: et ts=3 sts=3 sw=3 tw=0

src/lib_json/json_writer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,4 +682,3 @@ std::ostream& operator<<(std::ostream& sout, const Value& root) {
682682
}
683683

684684
} // namespace Json
685-
// vim: et ts=2 sts=2 sw=2 tw=0

src/test_lib_json/jsontest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,4 +441,3 @@ TestResult& checkStringEqual(TestResult& result,
441441
}
442442

443443
} // namespace JsonTest
444-
// vim: et ts=2 sts=2 sw=2 tw=0

src/test_lib_json/jsontest.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,3 @@ TestResult& checkStringEqual(TestResult& result,
278278
(runner).add(JSONTEST_FIXTURE_FACTORY(FixtureType, name))
279279

280280
#endif // ifndef JSONTEST_H_INCLUDED
281-
// vim: et ts=2 sts=2 sw=2 tw=0

src/test_lib_json/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,4 +1635,3 @@ int main(int argc, const char* argv[]) {
16351635

16361636
return runner.runCommandLine(argc, argv);
16371637
}
1638-
// vim: et ts=2 sts=2 sw=2 tw=0

0 commit comments

Comments
 (0)