-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathstylecop.json
More file actions
15 lines (15 loc) · 1.01 KB
/
Copy pathstylecop.json
File metadata and controls
15 lines (15 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"indentation": {
"useTabs": true
},
"documentationRules": {
"companyName": "miniduikboot",
"copyrightText": "This file is part of {projectName}.\n\n{projectName} is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\n{projectName} is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with {projectName}. If not, see https://www.gnu.org/licenses/",
"variables": {
"projectName": "Mini.RegionInstaller"
}
}
}
}