Remove vim modeline hint from contributing docs

We're deprecating vim modelines in favor of `.editorconfig`.
This commit is contained in:
Philipp Albrecht 2023-06-30 10:56:55 +02:00
parent 08ea751fe1
commit 4a31c537c2
1 changed files with 0 additions and 1 deletions

View File

@ -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