diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-28 15:47:02 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-28 15:47:02 +0200 |
commit | 2aba640903635b9b4af7151980c6b3001d0bc0c6 (patch) | |
tree | 491654bb5ac6c5fe6951c3d7e27fbc81c5ae1590 /src/lib/VSDXGeometryList.cpp | |
parent | 2e10182d3447b1fb24848c6b24915e0b7b7ac448 (diff) |
Adding emacs and vim modelines so that contributors do the right thing
Diffstat (limited to 'src/lib/VSDXGeometryList.cpp')
-rw-r--r-- | src/lib/VSDXGeometryList.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/VSDXGeometryList.cpp b/src/lib/VSDXGeometryList.cpp index e76490f..929fcaa 100644 --- a/src/lib/VSDXGeometryList.cpp +++ b/src/lib/VSDXGeometryList.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+ * @@ -488,3 +489,4 @@ libvisio::VSDXGeometryListElement *libvisio::VSDXGeometryList::getElement(unsign else return 0; } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ |