Powershell files: use 4-wide space indentation
This commit is contained in:
parent
043f430fa2
commit
ef722e051d
1 changed files with 4 additions and 0 deletions
4
ftplugin/powershell.vim
Normal file
4
ftplugin/powershell.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
setlocal tabstop=4
|
||||
setlocal softtabstop=4
|
||||
setlocal shiftwidth=4
|
||||
setlocal expandtab
|
Loading…
Reference in a new issue