.editorconfig
Editorconfig support for PowerShell Tools for Visual Studio
Spaces
# PowerShell files
[*.{ps1,psm1,psd1}]
indent_size = 6
indent_style = spaceTabs
# PowerShell files
[*.{ps1,psm1,psd1}]
indent_style = tabAdaptive Formatting

Last updated