diff options
Diffstat (limited to 'win/CS/stylecop.json')
-rw-r--r-- | win/CS/stylecop.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/win/CS/stylecop.json b/win/CS/stylecop.json new file mode 100644 index 000000000..0f4c75219 --- /dev/null +++ b/win/CS/stylecop.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", + "settings": { + "documentationRules": { + "companyName": "HandBrake Project (http://handbrake.fr)", + "copyrightText": "This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License." + } + } +} |