diff options
author | sr55 <[email protected]> | 2017-09-11 20:03:36 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-09-17 15:44:02 +0100 |
commit | 491e02354e74118ba9aca4ef201c8d2c3a42bda4 (patch) | |
tree | 97813c307298508e7f95285287d5975fbc145913 /win | |
parent | 1a39e4c6602640f561d3fa392f2f8b6cd8f83ba8 (diff) |
WinGui: Tweak Stylecop.json to add header decoration.
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/stylecop.json | 3 |
1 files changed, 2 insertions, 1 deletions
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": "--------------------------------------------------------------------------------------------------------------------" } } } |