summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2014-06-19 09:04:37 +0200
committerFlorian Bruhin <git@the-compiler.org>2014-06-19 09:04:37 +0200
commitd65587128f76050d14b5cbe2581fc674fa8f0bff (patch)
treeba4f36bcde2a4688f7af212ad8e75df145c13e5b /.flake8
parent6105b413425d32489c73c07fe8413da342a54867 (diff)
downloadqutebrowser-d65587128f76050d14b5cbe2581fc674fa8f0bff.tar.gz
qutebrowser-d65587128f76050d14b5cbe2581fc674fa8f0bff.zip
Add vim modelines to all files.
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 2 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
index 9807ac951..f521bcc41 100644
--- a/.flake8
+++ b/.flake8
@@ -1,3 +1,5 @@
+# vim: ft=dosini fileencoding=utf-8:
+
[flake8]
# E241: Multiple spaces after ,
# E265: Block comment should start with '#'