Skip to content

Commit 32009b1

Browse files
committed
Removed vim mode lines.
Users can set their own preferences in their personal vimrc.
1 parent b4357fa commit 32009b1

12 files changed

+0
-12
lines changed

Diff for: src/jsontestrunner/main.cpp

-1
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

Diff for: src/lib_json/json_batchallocator.h

-1
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

Diff for: src/lib_json/json_internalarray.inl

-1
Original file line numberDiff line numberDiff line change
@@ -451,4 +451,3 @@ ValueInternalArray::compare( const ValueInternalArray &other ) const
451451
}
452452

453453
} // namespace Json
454-
// vim: et ts=3 sts=3 sw=3 tw=0

Diff for: src/lib_json/json_internalmap.inl

-1
Original file line numberDiff line numberDiff line change
@@ -612,4 +612,3 @@ ValueInternalMap::distance( const IteratorState &x, const IteratorState &y )
612612
}
613613

614614
} // namespace Json
615-
// vim: et ts=3 sts=3 sw=3 tw=0

Diff for: src/lib_json/json_reader.cpp

-1
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

Diff for: src/lib_json/json_tool.h

-1
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

Diff for: src/lib_json/json_value.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1540,4 +1540,3 @@ Value &Path::make(Value &root) const {
15401540
}
15411541

15421542
} // namespace Json
1543-
// vim: et ts=2 sts=2 sw=2 tw=0

Diff for: src/lib_json/json_valueiterator.inl

-1
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,3 @@ ValueIterator::operator =( const SelfType &other )
298298
}
299299

300300
} // namespace Json
301-
// vim: et ts=3 sts=3 sw=3 tw=0

Diff for: src/lib_json/json_writer.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -681,4 +681,3 @@ std::ostream &operator<<(std::ostream &sout, const Value &root) {
681681
}
682682

683683
} // namespace Json
684-
// vim: et ts=2 sts=2 sw=2 tw=0

Diff for: src/test_lib_json/jsontest.cpp

-1
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

Diff for: src/test_lib_json/jsontest.h

-1
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,3 @@ TestResult &checkStringEqual(TestResult &result,
277277
(runner).add(JSONTEST_FIXTURE_FACTORY(FixtureType, name))
278278

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

Diff for: src/test_lib_json/main.cpp

-1
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)