diff --git a/src/jsontestrunner/main.cpp b/src/jsontestrunner/main.cpp index 5c431b3..338167e 100644 --- a/src/jsontestrunner/main.cpp +++ b/src/jsontestrunner/main.cpp @@ -268,4 +268,3 @@ int main(int argc, const char* argv[]) { return exitCode; } -// vim: et ts=2 sts=2 sw=2 tw=0 diff --git a/src/lib_json/json_batchallocator.h b/src/lib_json/json_batchallocator.h index 3705c20..2fbef7a 100644 --- a/src/lib_json/json_batchallocator.h +++ b/src/lib_json/json_batchallocator.h @@ -119,4 +119,3 @@ private: #endif // ifndef JSONCPP_DOC_INCLUDE_IMPLEMENTATION #endif // JSONCPP_BATCHALLOCATOR_H_INCLUDED -// vim: et ts=2 sts=2 sw=2 tw=0 diff --git a/src/lib_json/json_internalarray.inl b/src/lib_json/json_internalarray.inl index 74103d5..9ee15e9 100644 --- a/src/lib_json/json_internalarray.inl +++ b/src/lib_json/json_internalarray.inl @@ -358,4 +358,3 @@ int ValueInternalArray::compare(const ValueInternalArray& other) const { } } // namespace Json -// vim: et ts=3 sts=3 sw=3 tw=0 diff --git a/src/lib_json/json_internalmap.inl b/src/lib_json/json_internalmap.inl index 48a2c1d..ef3f330 100644 --- a/src/lib_json/json_internalmap.inl +++ b/src/lib_json/json_internalmap.inl @@ -471,4 +471,3 @@ int ValueInternalMap::distance(const IteratorState& x, const IteratorState& y) { } } // namespace Json -// vim: et ts=3 sts=3 sw=3 tw=0 diff --git a/src/lib_json/json_reader.cpp b/src/lib_json/json_reader.cpp index 400e823..6683900 100644 --- a/src/lib_json/json_reader.cpp +++ b/src/lib_json/json_reader.cpp @@ -842,4 +842,3 @@ std::istream& operator>>(std::istream& sin, Value& root) { } } // namespace Json -// vim: et ts=2 sts=2 sw=2 tw=0 diff --git a/src/lib_json/json_tool.h b/src/lib_json/json_tool.h index 306a87a..f9b61c3 100644 --- a/src/lib_json/json_tool.h +++ b/src/lib_json/json_tool.h @@ -85,4 +85,3 @@ 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 diff --git a/src/lib_json/json_value.cpp b/src/lib_json/json_value.cpp index a656cce..2a0b97b 100644 --- a/src/lib_json/json_value.cpp +++ b/src/lib_json/json_value.cpp @@ -1538,4 +1538,3 @@ Value& Path::make(Value& root) const { } } // namespace Json -// vim: et ts=2 sts=2 sw=2 tw=0 diff --git a/src/lib_json/json_valueiterator.inl b/src/lib_json/json_valueiterator.inl index 0ee2274..a9f7df6 100644 --- a/src/lib_json/json_valueiterator.inl +++ b/src/lib_json/json_valueiterator.inl @@ -239,4 +239,3 @@ ValueIterator& ValueIterator::operator=(const SelfType& other) { } } // namespace Json -// vim: et ts=3 sts=3 sw=3 tw=0 diff --git a/src/lib_json/json_writer.cpp b/src/lib_json/json_writer.cpp index 41d94de..62bdae1 100644 --- a/src/lib_json/json_writer.cpp +++ b/src/lib_json/json_writer.cpp @@ -682,4 +682,3 @@ std::ostream& operator<<(std::ostream& sout, const Value& root) { } } // namespace Json -// vim: et ts=2 sts=2 sw=2 tw=0 diff --git a/src/test_lib_json/jsontest.cpp b/src/test_lib_json/jsontest.cpp index db10ff0..ef9c543 100644 --- a/src/test_lib_json/jsontest.cpp +++ b/src/test_lib_json/jsontest.cpp @@ -441,4 +441,3 @@ TestResult& checkStringEqual(TestResult& result, } } // namespace JsonTest -// vim: et ts=2 sts=2 sw=2 tw=0 diff --git a/src/test_lib_json/jsontest.h b/src/test_lib_json/jsontest.h index fb1efcd..5c56a40 100644 --- a/src/test_lib_json/jsontest.h +++ b/src/test_lib_json/jsontest.h @@ -278,4 +278,3 @@ 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 diff --git a/src/test_lib_json/main.cpp b/src/test_lib_json/main.cpp index a7f26f3..13fc21d 100644 --- a/src/test_lib_json/main.cpp +++ b/src/test_lib_json/main.cpp @@ -1635,4 +1635,3 @@ int main(int argc, const char* argv[]) { return runner.runCommandLine(argc, argv); } -// vim: et ts=2 sts=2 sw=2 tw=0