diff options
Diffstat (limited to 'src/lib/libvisio.h')
-rw-r--r-- | src/lib/libvisio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libvisio.h b/src/lib/libvisio.h index 9a375d3..ff454a9 100644 --- a/src/lib/libvisio.h +++ b/src/lib/libvisio.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -35,3 +36,4 @@ #include "VisioDocument.h" #endif +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ |