mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-02 19:18:13 -05:00
20 lines
596 B
JSON
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
|
|
}
|
|
}
|
|
}
|