From 17816bdab2c69fedb71c0aa445fe9d6026fe126f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 15 Oct 2014 20:43:47 +0200 Subject: [PATCH] importer: Add vim modeline --- scripts/importer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/importer.py b/scripts/importer.py index 80133411f..403e9a52b 100755 --- a/scripts/importer.py +++ b/scripts/importer.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et: # Copyright 2014 Claude (longneck)