Skip to content

Commit af77b5b

Browse files
committed
Revert "Removed vim mode lines."
This reverts commit 32009b1.
1 parent 11086dd commit af77b5b

12 files changed

+12
-0
lines changed

src/jsontestrunner/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,3 +268,4 @@ 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,4 @@ 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,3 +451,4 @@ ValueInternalArray::compare( const ValueInternalArray &other ) const
451451
}
452452

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

src/lib_json/json_internalmap.inl

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

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

src/lib_json/json_reader.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,3 +842,4 @@ 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,4 @@ 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,3 +1538,4 @@ 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,4 @@ ValueIterator::operator =( const SelfType &other )
298298
}
299299

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

src/lib_json/json_writer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,3 +682,4 @@ 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,3 +441,4 @@ 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,4 @@ 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,3 +1635,4 @@ 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)