From ef722e051d8eb6cdb4ecb66a96ec77d011bbb06d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Mon, 22 Aug 2022 10:20:12 +0200 Subject: [PATCH] Powershell files: use 4-wide space indentation --- ftplugin/powershell.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ftplugin/powershell.vim diff --git a/ftplugin/powershell.vim b/ftplugin/powershell.vim new file mode 100644 index 0000000..7b432fc --- /dev/null +++ b/ftplugin/powershell.vim @@ -0,0 +1,4 @@ +setlocal tabstop=4 +setlocal softtabstop=4 +setlocal shiftwidth=4 +setlocal expandtab