roslyn-sdk/stylecop.json

20 строки
610 B
JSON

{
"settings": {
"documentationRules": {
"copyrightText": "Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.\nSee the LICENSE file in the project root for more information.",
"xmlHeader": false,
"fileNamingConvention": "metadata"
},
"layoutRules": {
"newlineAtEndOfFile": "require"
},
"namingRules": {
"tupleElementNameCasing": "camelCase"
},
"orderingRules": {
"systemUsingDirectivesFirst": true,
"usingDirectivesPlacement": "outsideNamespace"
}
}
}