From 8b3b68ea69bf33a68377c3899b4fbd3564e111ad Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 16 Oct 2019 16:10:40 +0200 Subject: [PATCH] Unify python encoding headers All the other python encoding headers are of the form `vim:fileencoding=utf-8`. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index decc3d72c..aa2b0f560 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- +# vim:fileencoding=utf-8 # # Configuration file for the Sphinx documentation builder. #