From: sr55 Date: Mon, 11 Sep 2017 19:03:36 +0000 (+0100) Subject: WinGui: Tweak Stylecop.json to add header decoration. X-Git-Tag: 1.1.0~372 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=491e02354e74118ba9aca4ef201c8d2c3a42bda4;p=handbrake WinGui: Tweak Stylecop.json to add header decoration. --- diff --git a/win/CS/stylecop.json b/win/CS/stylecop.json index 0f4c75219..d21aae424 100644 --- a/win/CS/stylecop.json +++ b/win/CS/stylecop.json @@ -3,7 +3,8 @@ "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." + "copyrightText": "This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.", + "headerDecoration": "--------------------------------------------------------------------------------------------------------------------" } } }