From 4a31c537c252bf6bf60dd028330741bc43e4e9a1 Mon Sep 17 00:00:00 2001 From: Philipp Albrecht Date: Fri, 30 Jun 2023 10:56:55 +0200 Subject: Remove vim modeline hint from contributing docs We're deprecating vim modelines in favor of `.editorconfig`. --- doc/contributing.asciidoc | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf