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 --- bin/test-hid-vs-ui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/test-hid-vs-ui.py') diff --git a/bin/test-hid-vs-ui.py b/bin/test-hid-vs-ui.py index bbb46ae11eb1..635a121ad1d1 100755 --- a/bin/test-hid-vs-ui.py +++ b/bin/test-hid-vs-ui.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*- # # This file is part of the LibreOffice project. # @@ -185,4 +185,4 @@ Note: The bot generating this message can be found and improved here: else: print errors -# vim: set et sw=4 ts=4: +# vim: set shiftwidth=4 softtabstop=4 expandtab: -- cgit