diff options
Diffstat (limited to 'configmgr/source/partial.cxx')
-rw-r--r-- | configmgr/source/partial.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configmgr/source/partial.cxx b/configmgr/source/partial.cxx index 4c9189ed05c4..f3f91a4c05a6 100644 --- a/configmgr/source/partial.cxx +++ b/configmgr/source/partial.cxx @@ -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. @@ -135,3 +136,5 @@ Partial::Containment Partial::contains(Path const & path) const { } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |