mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
3ecbd1071d
Fix some (lots of) issues reported by analyzers.
26 lines
800 B
JSON
26 lines
800 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"documentationRules": {
|
|
"xmlHeader": false,
|
|
"documentInternalElements": false
|
|
},
|
|
"layoutRules": {
|
|
"newlineAtEndOfFile": "require"
|
|
},
|
|
"indentation": {
|
|
"indentationSize": 4,
|
|
"tabSize": 4,
|
|
"useTabs": false
|
|
},
|
|
"namingRules": {
|
|
"allowCommonHungarianPrefixes": false
|
|
},
|
|
"orderingRules": {
|
|
"systemUsingDirectivesFirst": true,
|
|
"usingDirectivesPlacement": "outsideNamespace",
|
|
"blankLinesBetweenUsingGroups": "require"
|
|
}
|
|
}
|
|
}
|