From 9e41e7884238cd9243f307e064ad4775c393f032 Mon Sep 17 00:00:00 2001 From: falsycat Date: Sun, 22 Sep 2024 15:26:57 +0900 Subject: [PATCH] sets python indent to 2 --- indent/python.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 indent/python.vim diff --git a/indent/python.vim b/indent/python.vim new file mode 100644 index 0000000..7b7ac76 --- /dev/null +++ b/indent/python.vim @@ -0,0 +1 @@ +set shiftwidth=2