From b023f0ab5a59f8245fa5f8e6924adebb14d4e238 Mon Sep 17 00:00:00 2001 From: Pavel Tikhomirov Date: Fri, 20 Nov 2020 12:40:20 +0300 Subject: [PATCH] vim: remove wrong 8-space tabs indent from python files Probably all vim users can setup their desired indent in their vimrc by themselfs. Signed-off-by: Pavel Tikhomirov --- test/crit-recode.py | 2 -- test/inhfd/tty.py | 1 - test/zdtm.py | 1 - 3 files changed, 4 deletions(-) diff --git a/test/crit-recode.py b/test/crit-recode.py index adaf33733..4135681e1 100755 --- a/test/crit-recode.py +++ b/test/crit-recode.py @@ -1,6 +1,4 @@ #!/usr/bin/env python -# vim: noet ts=8 sw=8 sts=8 - import pycriu import sys import os diff --git a/test/inhfd/tty.py b/test/inhfd/tty.py index c11a57117..984f60c64 100755 --- a/test/inhfd/tty.py +++ b/test/inhfd/tty.py @@ -1,4 +1,3 @@ -# vim: noet ts=8 sw=8 sts=8 import fcntl import os import pty diff --git a/test/zdtm.py b/test/zdtm.py index a33807050..9488c6edb 100755 --- a/test/zdtm.py +++ b/test/zdtm.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# vim: noet ts=8 sw=8 sts=8 from __future__ import absolute_import, division, print_function, unicode_literals import argparse