Removed vim mode lines.

Users can set their own preferences in their personal vimrc.
This commit is contained in:
Aaron Jacobs
2014-09-15 08:23:41 +10:00
parent b4357fa224
commit 32009b17e4
12 changed files with 0 additions and 12 deletions

View File

@@ -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

View File

@@ -451,4 +451,3 @@ ValueInternalArray::compare( const ValueInternalArray &other ) const
}
} // namespace Json
// vim: et ts=3 sts=3 sw=3 tw=0

View File

@@ -612,4 +612,3 @@ ValueInternalMap::distance( const IteratorState &x, const IteratorState &y )
}
} // namespace Json
// vim: et ts=3 sts=3 sw=3 tw=0

View File

@@ -842,4 +842,3 @@ std::istream &operator>>(std::istream &sin, Value &root) {
}
} // namespace Json
// vim: et ts=2 sts=2 sw=2 tw=0

View File

@@ -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

View File

@@ -1540,4 +1540,3 @@ Value &Path::make(Value &root) const {
}
} // namespace Json
// vim: et ts=2 sts=2 sw=2 tw=0

View File

@@ -298,4 +298,3 @@ ValueIterator::operator =( const SelfType &other )
}
} // namespace Json
// vim: et ts=3 sts=3 sw=3 tw=0

View File

@@ -681,4 +681,3 @@ std::ostream &operator<<(std::ostream &sout, const Value &root) {
}
} // namespace Json
// vim: et ts=2 sts=2 sw=2 tw=0