From aa70294ffc0abbeeb30b4c4001e4db8b3539bf75 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 26 Oct 2016 22:13:33 +0200 Subject: normalize existing emacs/vim mode-lines in python files Bunch of these were setting C++ or Make modes and icky tabs... Also, reportedly Emacs can figure out to enable python-mode automatically. Change-Id: I50072488fb92cb4d27aa3f74f717a28ae3967543 --- pyuno/source/officehelper.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyuno/source/officehelper.py') diff --git a/pyuno/source/officehelper.py b/pyuno/source/officehelper.py index 0b0bb68af5e5..53bd5943e3c0 100644 --- a/pyuno/source/officehelper.py +++ b/pyuno/source/officehelper.py @@ -1,3 +1,4 @@ +# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*- # # This file is part of the LibreOffice project. # @@ -82,3 +83,5 @@ def bootstrap(): raise BootstrapException("Caught exception " + str(e), None) return xContext + +# vim: set shiftwidth=4 softtabstop=4 expandtab: -- cgit