Skip to content

Commit

Permalink
Update stylecop.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Dec 25, 2024
1 parent 06bc9d0 commit dd1f26c
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions Parse/stylecop.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{
"settings": {
"documentationRules": {
"documentPublicElements": false
},
"layoutRules": {
"ignoreSpacesAroundParentheses": true
"settings": {
"documentationRules": {
"documentPublicElements": false
},
"layoutRules": {
"ignoreSpacesAroundParentheses": true
},
"orderingRules": {
"elementOrder": [
"kind",
"accessibility",
"static"
],
"ignoreAccessModifiers": true
}
}
}
}

0 comments on commit dd1f26c

Please sign in to comment.