diff options
Diffstat (limited to 'svl/source/items')
-rw-r--r-- | svl/source/items/cstitem.src | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svl/source/items/cstitem.src b/svl/source/items/cstitem.src index cc972e63165a..24adf87f4b2b 100644 --- a/svl/source/items/cstitem.src +++ b/svl/source/items/cstitem.src @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -21,3 +22,5 @@ String STR_COLUM_DT_AUTO { Text [ en-US ] = "automatic" ; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |