Skip to content

Commit 06bc9d0

Browse files
committed
Update stylecop.json
1 parent 4e00d90 commit 06bc9d0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Parse/stylecop.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"settings": {
3-
"documentationRules": {
4-
"documentPublicElements": false
5-
}
3+
"documentationRules": {
4+
"documentPublicElements": false
5+
},
6+
"layoutRules": {
7+
"ignoreSpacesAroundParentheses": true
8+
}
69
}
710
}

0 commit comments

Comments
 (0)