Powershell files: use 4-wide space indentation

This commit is contained in:
Emmanuel BENOîT 2022-08-22 10:20:12 +02:00
parent 043f430fa2
commit ef722e051d

4
ftplugin/powershell.vim Normal file
View file

@ -0,0 +1,4 @@
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal expandtab