Files
aliasvault/apps/server/stylecop.json
2025-05-13 16:47:16 +02:00

20 lines
594 B
JSON

{
"settings": {
"documentationRules": {
"companyName": "lanedirt",
"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
}
}
}