Skip to content

Commit 8582876

Browse files
committed
vim modelines
1 parent 496c655 commit 8582876

File tree

9 files changed

+9
-8
lines changed

9 files changed

+9
-8
lines changed

src/jsontestrunner/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,4 @@ int main(int argc, const char *argv[]) {
268268

269269
return exitCode;
270270
}
271-
// vim: et ts=4 sts=4 sw=4 tw=0
271+
// vim: et ts=2 sts=2 sw=2 tw=0

src/lib_json/json_batchallocator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ class BatchAllocator {
119119
#endif // ifndef JSONCPP_DOC_INCLUDE_IMPLEMENTATION
120120

121121
#endif // JSONCPP_BATCHALLOCATOR_H_INCLUDED
122-
// vim: et ts=3 sts=3 sw=3 tw=0
122+
// vim: et ts=2 sts=2 sw=2 tw=0

src/lib_json/json_reader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,4 +838,4 @@ std::istream &operator>>(std::istream &sin, Value &root) {
838838
}
839839

840840
} // namespace Json
841-
// vim: et ts=3 sts=3 sw=3 tw=0
841+
// 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,4 +1542,4 @@ Value &Path::make(Value &root) const {
15421542
}
15431543

15441544
} // namespace Json
1545-
// vim: et ts=3 sts=3 sw=3 tw=0
1545+
// vim: et ts=2 sts=2 sw=2 tw=0

src/lib_json/json_writer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,4 +659,4 @@ std::ostream &operator<<(std::ostream &sout, const Value &root) {
659659
}
660660

661661
} // namespace Json
662-
// vim: et ts=3 sts=3 sw=3 tw=0
662+
// vim: et ts=2 sts=2 sw=2 tw=0

src/test_lib_json/jsontest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,4 +441,4 @@ TestResult &checkStringEqual(TestResult &result,
441441
}
442442

443443
} // namespace JsonTest
444-
// vim: et ts=4 sts=4 sw=4 tw=0
444+
// vim: et ts=2 sts=2 sw=2 tw=0

src/test_lib_json/jsontest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,4 @@ TestResult &checkStringEqual(TestResult &result,
263263
(runner).add(JSONTEST_FIXTURE_FACTORY(FixtureType, name))
264264

265265
#endif // ifndef JSONTEST_H_INCLUDED
266-
// vim: et ts=4 sts=4 sw=4 tw=0
266+
// vim: et ts=2 sts=2 sw=2 tw=0

src/test_lib_json/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,4 +1582,4 @@ int main(int argc, const char *argv[]) {
15821582
JSONTEST_REGISTER_FIXTURE(runner, WriterTest, dropNullPlaceholders);
15831583
return runner.runCommandLine(argc, argv);
15841584
}
1585-
// vim: et ts=4 sts=4 sw=4 tw=0
1585+
// vim: et ts=2 sts=2 sw=2 tw=0

0 commit comments

Comments
 (0)