summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp/cpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/rscpp/cpp.h')
-rw-r--r--rsc/source/rscpp/cpp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rsc/source/rscpp/cpp.h b/rsc/source/rscpp/cpp.h
index 11327d4fb9d1..8ec451ab9d3d 100644
--- a/rsc/source/rscpp/cpp.h
+++ b/rsc/source/rscpp/cpp.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -413,3 +414,5 @@ void ciwarn( char *format, int n);
void dumpdef( char *why );
void dumpadef( char *why, DEFBUF *dp );
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */