mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-16 07:23:43 +02:00
Revert "Revert "Removed vim mode lines.""
This reverts commitaf77b5b594
. See discussion at32009b17e4 (commitcomment-7827708)
This commit is contained in:
@@ -268,4 +268,3 @@ int main(int argc, const char* argv[]) {
|
|||||||
|
|
||||||
return exitCode;
|
return exitCode;
|
||||||
}
|
}
|
||||||
// vim: et ts=2 sts=2 sw=2 tw=0
|
|
||||||
|
@@ -119,4 +119,3 @@ private:
|
|||||||
#endif // ifndef JSONCPP_DOC_INCLUDE_IMPLEMENTATION
|
#endif // ifndef JSONCPP_DOC_INCLUDE_IMPLEMENTATION
|
||||||
|
|
||||||
#endif // JSONCPP_BATCHALLOCATOR_H_INCLUDED
|
#endif // JSONCPP_BATCHALLOCATOR_H_INCLUDED
|
||||||
// vim: et ts=2 sts=2 sw=2 tw=0
|
|
||||||
|
@@ -358,4 +358,3 @@ int ValueInternalArray::compare(const ValueInternalArray& other) const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Json
|
} // namespace Json
|
||||||
// vim: et ts=3 sts=3 sw=3 tw=0
|
|
||||||
|
@@ -471,4 +471,3 @@ int ValueInternalMap::distance(const IteratorState& x, const IteratorState& y) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Json
|
} // namespace Json
|
||||||
// vim: et ts=3 sts=3 sw=3 tw=0
|
|
||||||
|
@@ -842,4 +842,3 @@ std::istream& operator>>(std::istream& sin, Value& root) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Json
|
} // namespace Json
|
||||||
// vim: et ts=2 sts=2 sw=2 tw=0
|
|
||||||
|
@@ -85,4 +85,3 @@ static inline void fixNumericLocale(char* begin, char* end) {
|
|||||||
} // namespace Json {
|
} // namespace Json {
|
||||||
|
|
||||||
#endif // LIB_JSONCPP_JSON_TOOL_H_INCLUDED
|
#endif // LIB_JSONCPP_JSON_TOOL_H_INCLUDED
|
||||||
// vim: et ts=2 sts=2 sw=2 tw=0
|
|
||||||
|
@@ -1538,4 +1538,3 @@ Value& Path::make(Value& root) const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Json
|
} // namespace Json
|
||||||
// vim: et ts=2 sts=2 sw=2 tw=0
|
|
||||||
|
@@ -239,4 +239,3 @@ ValueIterator& ValueIterator::operator=(const SelfType& other) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Json
|
} // namespace Json
|
||||||
// vim: et ts=3 sts=3 sw=3 tw=0
|
|
||||||
|
@@ -682,4 +682,3 @@ std::ostream& operator<<(std::ostream& sout, const Value& root) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Json
|
} // namespace Json
|
||||||
// vim: et ts=2 sts=2 sw=2 tw=0
|
|
||||||
|
@@ -441,4 +441,3 @@ TestResult& checkStringEqual(TestResult& result,
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace JsonTest
|
} // namespace JsonTest
|
||||||
// vim: et ts=2 sts=2 sw=2 tw=0
|
|
||||||
|
@@ -278,4 +278,3 @@ TestResult& checkStringEqual(TestResult& result,
|
|||||||
(runner).add(JSONTEST_FIXTURE_FACTORY(FixtureType, name))
|
(runner).add(JSONTEST_FIXTURE_FACTORY(FixtureType, name))
|
||||||
|
|
||||||
#endif // ifndef JSONTEST_H_INCLUDED
|
#endif // ifndef JSONTEST_H_INCLUDED
|
||||||
// vim: et ts=2 sts=2 sw=2 tw=0
|
|
||||||
|
@@ -1635,4 +1635,3 @@ int main(int argc, const char* argv[]) {
|
|||||||
|
|
||||||
return runner.runCommandLine(argc, argv);
|
return runner.runCommandLine(argc, argv);
|
||||||
}
|
}
|
||||||
// vim: et ts=2 sts=2 sw=2 tw=0
|
|
||||||
|
Reference in New Issue
Block a user