You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/Configuration.md
+46-1Lines changed: 46 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -390,7 +390,7 @@ The following properties are used to configure copyright headers in StyleCop Ana
390
390
|`copyrightText`|`"Copyright (c) {companyName}. All rights reserved."`| 1.0.0 | Specifies the default copyright text which should appear in copyright headers |
391
391
|`xmlHeader`|**true**| 1.0.0 | Specifies whether file headers should use standard StyleCop XML format, where the copyright notice is wrapped in a `<copyright>` element |
392
392
|`variables`| n/a | 1.0.0 | Specifies replacement variables which can be referenced in the `copyrightText` value |
393
-
|`headerDecoration`| n/a | 1.1.0 | This value can be set to add a decoration for the header comment so headers look similar to the ones generated by the StyleCop Classic ReSharper fix |
393
+
|`headerDecoration`| n/a | 1.1.0 | This value can be set to add a decoration for the header comment so headers look similar to the ones generated by the StyleCop Classic ReSharper fix |
It is possible to define your preferred configuration once and reuse it across multiple independent projects. This involves rolling out your own NuGet package,
582
+
which will contain the `stylecop.json` configuration and potentially a custom ruleset file. A custom `.props` file glues that configuration to any project
0 commit comments