summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-30 15:51:19 +0200
committerGitHub <noreply@github.com>2023-06-30 15:51:19 +0200
commit8e024ee654a898e2bb8038115391cf85d1d4a5dd (patch)
tree42984891c77fe5b70398f7ed415c607adf16c4e5 /doc
parent45de31374d0bd6eb29f9a7238216a6e78bb3b83d (diff)
parent6f727664a9d8945e1f536b69ea0f3b0aae9e29e0 (diff)
downloadqutebrowser-8e024ee654a898e2bb8038115391cf85d1d4a5dd.tar.gz
qutebrowser-8e024ee654a898e2bb8038115391cf85d1d4a5dd.zip
Merge pull request #7761 from pylbrecht/remove-vim-modelines
Remove vim modelines in favor of .editorconfig
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.asciidoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index c2c791c89..50773f544 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -678,7 +678,6 @@ Return:
+
* The layout of a module should be roughly like this:
- Shebang (`#!/usr/bin/python`, if needed)
- - vim-modeline (`# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et`)
- Copyright
- GPL boilerplate
- Module docstring