Skip to content

Commit 4b2c37b

Browse files
authored
add poweshell mappings
1 parent 4ac03a6 commit 4b2c37b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .editorconfig

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ indent_style = tab
2525
[*.{md,mkd,mkdn,mdwn,mdown,markdown}]
2626
trim_trailing_whitespace = false
2727

28+
; PowerShell - match defaults for New-ModuleManifest and PSScriptAnalyzer Invoke-Formatter
29+
[*.{ps1,psd1,psm1}]
30+
indent_size = 4
31+
charset = utf-8-bom
32+
2833
[*.py]
2934
indent_size = 4
3035
indent_style = space

0 commit comments

Comments
 (0)