From d65587128f76050d14b5cbe2581fc674fa8f0bff Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 19 Jun 2014 09:04:37 +0200 Subject: Add vim modelines to all files. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1454d5ffc..c40f248b0 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,7 @@ #!/usr/bin/python + +# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et: + # Copyright 2014 Florian Bruhin (The Compiler) # # This file is part of qutebrowser. -- cgit v1.2.3-54-g00ecf