diff options
Diffstat (limited to 'tools/source/generic/config.cxx')
-rw-r--r-- | tools/source/generic/config.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx index 1a94c2b11198..d4a92de5d589 100644 --- a/tools/source/generic/config.cxx +++ b/tools/source/generic/config.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. @@ -1302,3 +1303,4 @@ LineEnd Config::GetLineEnd() const return mpData->meLineEnd; } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |