Normalise Line endings (#1284)

* Add .gitattributes

* Normalise line endings
This commit is contained in:
flightlevel
2017-04-15 18:45:10 +10:00
committed by GitHub
parent ed601a0f7d
commit f2def1f615
211 changed files with 29715 additions and 29700 deletions

View File

@@ -13,8 +13,8 @@ namespace Jackett.Updater
public string Path { get; set; }
[Option('t', "Type", HelpText = "Install type")]
public string Type { get; set; }
public string Type { get; set; }
[Option('a', "Args", HelpText = "Launch arguments")]
public string Args { get; set; }