summaryrefslogtreecommitdiff
path: root/src/conv/raw
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-10-28 15:47:02 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-10-28 15:47:02 +0200
commit2aba640903635b9b4af7151980c6b3001d0bc0c6 (patch)
tree491654bb5ac6c5fe6951c3d7e27fbc81c5ae1590 /src/conv/raw
parent2e10182d3447b1fb24848c6b24915e0b7b7ac448 (diff)
Adding emacs and vim modelines so that contributors do the right thing
Diffstat (limited to 'src/conv/raw')
-rw-r--r--src/conv/raw/vsd2raw.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conv/raw/vsd2raw.cpp b/src/conv/raw/vsd2raw.cpp
index c3a8087..71876f9 100644
--- a/src/conv/raw/vsd2raw.cpp
+++ b/src/conv/raw/vsd2raw.cpp
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* libvisio
* Version: MPL 1.1 / GPLv2+ / LGPLv2+
*
@@ -265,3 +266,4 @@ int main(int argc, char *argv[])
return 0;
}
+/* vim:set shiftwidth=2 softtabstop=2 expandtab: */