summaryrefslogtreecommitdiff
path: root/sc/inc/orcus/csv_parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/orcus/csv_parser.hpp')
-rw-r--r--sc/inc/orcus/csv_parser.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/orcus/csv_parser.hpp b/sc/inc/orcus/csv_parser.hpp
index 8d119f977a01..3e52bc182ebb 100644
--- a/sc/inc/orcus/csv_parser.hpp
+++ b/sc/inc/orcus/csv_parser.hpp
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* Copyright (c) 2011 Kohei Yoshida
@@ -381,3 +382,5 @@ void csv_parser<_Handler>::push_cell_value(const char* p, size_t n)
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */