From ab3fb631bce443d67240fa9908eed8bdcfd0958c Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 8 Feb 2024 15:17:03 +0100 Subject: [PATCH] fix: fuck python/PEP: tabs are for accessibility spaces are an objectively worse choice, i care more about accessibility than standard. configure your git to replace tabs with 4 spaces on pull and inverse on push if you want to work with my code but care more about style guides than accessibility --- after/ftplugin/python.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 after/ftplugin/python.vim diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim new file mode 100644 index 0000000..0147abe --- /dev/null +++ b/after/ftplugin/python.vim @@ -0,0 +1 @@ +set noexpandtab