Skip to content

Commit 9e332b1

Browse files
Create .psscriptanalyzer.json
Signed-off-by: LUIZ HAMILTON ROBERTO DA SILVA <luizhamilton.lhr@gmail.com>
1 parent 0482806 commit 9e332b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.psscriptanalyzer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"IncludeRules": ["PSUseConsistentIndentation", "PSAvoidUsingWriteHost"],
3+
"Rules": {
4+
"PSUseConsistentIndentation": {
5+
"Enable": true,
6+
"Kind": "space",
7+
"IndentationSize": 4
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)