mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-06-07 09:04:57 +02:00
vim modelines
This commit is contained in:
parent
496c655523
commit
8582876c5c
@ -268,4 +268,4 @@ int main(int argc, const char *argv[]) {
|
|||||||
|
|
||||||
return exitCode;
|
return exitCode;
|
||||||
}
|
}
|
||||||
// vim: et ts=4 sts=4 sw=4 tw=0
|
// vim: et ts=2 sts=2 sw=2 tw=0
|
||||||
|
@ -119,4 +119,4 @@ 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=3 sts=3 sw=3 tw=0
|
// vim: et ts=2 sts=2 sw=2 tw=0
|
||||||
|
@ -838,4 +838,4 @@ std::istream &operator>>(std::istream &sin, Value &root) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Json
|
} // namespace Json
|
||||||
// vim: et ts=3 sts=3 sw=3 tw=0
|
// vim: et ts=2 sts=2 sw=2 tw=0
|
||||||
|
@ -85,3 +85,4 @@ 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
|
||||||
|
@ -1542,4 +1542,4 @@ Value &Path::make(Value &root) const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Json
|
} // namespace Json
|
||||||
// vim: et ts=3 sts=3 sw=3 tw=0
|
// vim: et ts=2 sts=2 sw=2 tw=0
|
||||||
|
@ -659,4 +659,4 @@ std::ostream &operator<<(std::ostream &sout, const Value &root) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Json
|
} // namespace Json
|
||||||
// vim: et ts=3 sts=3 sw=3 tw=0
|
// vim: et ts=2 sts=2 sw=2 tw=0
|
||||||
|
@ -441,4 +441,4 @@ TestResult &checkStringEqual(TestResult &result,
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace JsonTest
|
} // namespace JsonTest
|
||||||
// vim: et ts=4 sts=4 sw=4 tw=0
|
// vim: et ts=2 sts=2 sw=2 tw=0
|
||||||
|
@ -263,4 +263,4 @@ 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=4 sts=4 sw=4 tw=0
|
// vim: et ts=2 sts=2 sw=2 tw=0
|
||||||
|
@ -1582,4 +1582,4 @@ int main(int argc, const char *argv[]) {
|
|||||||
JSONTEST_REGISTER_FIXTURE(runner, WriterTest, dropNullPlaceholders);
|
JSONTEST_REGISTER_FIXTURE(runner, WriterTest, dropNullPlaceholders);
|
||||||
return runner.runCommandLine(argc, argv);
|
return runner.runCommandLine(argc, argv);
|
||||||
}
|
}
|
||||||
// vim: et ts=4 sts=4 sw=4 tw=0
|
// vim: et ts=2 sts=2 sw=2 tw=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user