From 541617984b8abef2ec1d4b4240f0cc60d0fb5b41 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 7 Sep 2023 19:01:41 +0200 Subject: [PATCH] Add a modeline file for python --- python.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python.py diff --git a/python.py b/python.py new file mode 100644 index 0000000..1587547 --- /dev/null +++ b/python.py @@ -0,0 +1,2 @@ +# vim:syntax=python:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap +# vim: set syntax=python fileencoding=utf-8 ts=4 expandtab linebreak wrap :