Files
aliasvault/apps/server/stylecop.json
2025-09-03 14:59:14 +02:00

20 lines
596 B
JSON

{
"settings": {
"documentationRules": {
"companyName": "aliasvault",
"xmlHeader": true,
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.",
"variables": {
"licenseName": "AGPLv3",
"licenseFile": "LICENSE.md"
},
"headerDecoration": "-----------------------------------------------------------------------"
},
"indentation": {
"indentationSize": 4,
"tabSize": 4,
"useTabs": false
}
}
}