forked from dlemstra/Magick.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylecop.json
20 lines (20 loc) · 1.12 KB
/
stylecop.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings":
{
"documentationRules":
{
"documentInternalElements": false,
"xmlHeader": false,
"copyrightText": "Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>\n\nLicensed under the ImageMagick License (the \"License\"); you may not use this file except in\ncompliance with the License. You may obtain a copy of the License at\n\n https://www.imagemagick.org/script/license.php\n\nUnless required by applicable law or agreed to in writing, software distributed under the\nLicense is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,\neither express or implied. See the License for the specific language governing permissions\nand limitations under the License."
},
"indentation":
{
"indentationSize": 4
},
"orderingRules":
{
"usingDirectivesPlacement": "outsideNamespace"
}
}
}