diff options
Diffstat (limited to 'configmgr/source/path.hxx')
-rw-r--r-- | configmgr/source/path.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configmgr/source/path.hxx b/configmgr/source/path.hxx index fc70287dfe7b..2de401099d00 100644 --- a/configmgr/source/path.hxx +++ b/configmgr/source/path.hxx @@ -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. @@ -41,3 +42,5 @@ typedef std::vector< rtl::OUString > Path; } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |