|
|
|
@ -1,12 +1,38 @@ |
|
|
|
|
{ |
|
|
|
|
"settings": { |
|
|
|
|
"indentation": { |
|
|
|
|
"indentationSize": 4, |
|
|
|
|
"tabSize": 4, |
|
|
|
|
"useTabs": false |
|
|
|
|
}, |
|
|
|
|
"spacingRules": { |
|
|
|
|
}, |
|
|
|
|
"readabilityRules": { |
|
|
|
|
}, |
|
|
|
|
"orderingRules": { |
|
|
|
|
"elementOrder": [ |
|
|
|
|
"kind", |
|
|
|
|
"accessibility", |
|
|
|
|
"constant", |
|
|
|
|
"static", |
|
|
|
|
"readonly" |
|
|
|
|
], |
|
|
|
|
"systemUsingDirectivesFirst": "true", |
|
|
|
|
"usingDirectivesPlacement": "insideNamespace" |
|
|
|
|
}, |
|
|
|
|
"namingRules": { |
|
|
|
|
"allowCommonHungarianPrefixes": "true" |
|
|
|
|
}, |
|
|
|
|
"maintainabilityRules": { |
|
|
|
|
}, |
|
|
|
|
"layoutRules": { |
|
|
|
|
"newlineAtEndOfFile": "require", |
|
|
|
|
"newlineAtEndOfFile": "require" |
|
|
|
|
}, |
|
|
|
|
"documentationRules": { |
|
|
|
|
"companyName": "PayOnline", |
|
|
|
|
"copyrightText": "Copyright (c) {companyName}. All rights reserved.", |
|
|
|
|
"fileNamingConvention": "stylecop", |
|
|
|
|
"xmlHeader": true, |
|
|
|
|
"fileNamingConvention": "stylecop", |
|
|
|
|
"documentInterfaces": false, |
|
|
|
|
"documentExposedElements": true, |
|
|
|
|
"documentInternalElements": false, |
|
|
|
|