Skip to content

Commit

Permalink
Revert "Removed vim mode lines."
Browse files Browse the repository at this point in the history
This reverts commit 32009b1.
  • Loading branch information
cdunn2001 committed Sep 16, 2014
1 parent 11086dd commit af77b5b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/jsontestrunner/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,4 @@ int main(int argc, const char* argv[]) {

return exitCode;
}
// vim: et ts=2 sts=2 sw=2 tw=0
1 change: 1 addition & 0 deletions src/lib_json/json_batchallocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,4 @@ class BatchAllocator {
#endif // ifndef JSONCPP_DOC_INCLUDE_IMPLEMENTATION

#endif // JSONCPP_BATCHALLOCATOR_H_INCLUDED
// vim: et ts=2 sts=2 sw=2 tw=0
1 change: 1 addition & 0 deletions src/lib_json/json_internalarray.inl
Original file line number Diff line number Diff line change
Expand Up @@ -451,3 +451,4 @@ ValueInternalArray::compare( const ValueInternalArray &other ) const
}

} // namespace Json
// vim: et ts=3 sts=3 sw=3 tw=0
1 change: 1 addition & 0 deletions src/lib_json/json_internalmap.inl
Original file line number Diff line number Diff line change
Expand Up @@ -612,3 +612,4 @@ ValueInternalMap::distance( const IteratorState &x, const IteratorState &y )
}

} // namespace Json
// vim: et ts=3 sts=3 sw=3 tw=0
1 change: 1 addition & 0 deletions src/lib_json/json_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -842,3 +842,4 @@ std::istream& operator>>(std::istream& sin, Value& root) {
}

} // namespace Json
// vim: et ts=2 sts=2 sw=2 tw=0
1 change: 1 addition & 0 deletions src/lib_json/json_tool.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ static inline void fixNumericLocale(char* begin, char* end) {
} // namespace Json {

#endif // LIB_JSONCPP_JSON_TOOL_H_INCLUDED
// vim: et ts=2 sts=2 sw=2 tw=0
1 change: 1 addition & 0 deletions src/lib_json/json_value.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1538,3 +1538,4 @@ Value& Path::make(Value& root) const {
}

} // namespace Json
// vim: et ts=2 sts=2 sw=2 tw=0
1 change: 1 addition & 0 deletions src/lib_json/json_valueiterator.inl
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,4 @@ ValueIterator::operator =( const SelfType &other )
}

} // namespace Json
// vim: et ts=3 sts=3 sw=3 tw=0
1 change: 1 addition & 0 deletions src/lib_json/json_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -682,3 +682,4 @@ std::ostream& operator<<(std::ostream& sout, const Value& root) {
}

} // namespace Json
// vim: et ts=2 sts=2 sw=2 tw=0
1 change: 1 addition & 0 deletions src/test_lib_json/jsontest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,3 +441,4 @@ TestResult& checkStringEqual(TestResult& result,
}

} // namespace JsonTest
// vim: et ts=2 sts=2 sw=2 tw=0
1 change: 1 addition & 0 deletions src/test_lib_json/jsontest.h
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,4 @@ 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
1 change: 1 addition & 0 deletions src/test_lib_json/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1635,3 +1635,4 @@ int main(int argc, const char* argv[]) {

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

0 comments on commit af77b5b

Please sign in to comment.