From 8b4dcc2339809a6b20ddfe3f591c0449bb4c6cbd Mon Sep 17 00:00:00 2001 From: NicknineTheEagle Date: Sun, 15 Aug 2021 09:51:18 +0300 Subject: [PATCH] Added gitattributes --- .gitattributes | 4 ++ DepotDownloader/DownloadConfig.cs | 62 +++++++++++++++---------------- DepotDownloader/app.config | 28 +++++++------- 3 files changed, 49 insertions(+), 45 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a6e03fce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.cs text eol=lf +*.csproj text eol=crlf +*.config eol=lf +*.json eol=lf diff --git a/DepotDownloader/DownloadConfig.cs b/DepotDownloader/DownloadConfig.cs index 64ec241e..448e589f 100644 --- a/DepotDownloader/DownloadConfig.cs +++ b/DepotDownloader/DownloadConfig.cs @@ -1,31 +1,31 @@ -using System.Collections.Generic; -using System.Text.RegularExpressions; - -namespace DepotDownloader -{ - class DownloadConfig - { - public int CellID { get; set; } - public bool DownloadAllPlatforms { get; set; } - public bool DownloadAllLanguages { get; set; } - public bool DownloadManifestOnly { get; set; } - public string InstallDirectory { get; set; } - - public bool UsingFileList { get; set; } - public HashSet FilesToDownload { get; set; } - public List FilesToDownloadRegex { get; set; } - - public string BetaPassword { get; set; } - - public bool VerifyAll { get; set; } - - public int MaxServers { get; set; } - public int MaxDownloads { get; set; } - - public string SuppliedPassword { get; set; } - public bool RememberPassword { get; set; } - - // A Steam LoginID to allow multiple concurrent connections - public uint? LoginID { get; set; } - } -} +using System.Collections.Generic; +using System.Text.RegularExpressions; + +namespace DepotDownloader +{ + class DownloadConfig + { + public int CellID { get; set; } + public bool DownloadAllPlatforms { get; set; } + public bool DownloadAllLanguages { get; set; } + public bool DownloadManifestOnly { get; set; } + public string InstallDirectory { get; set; } + + public bool UsingFileList { get; set; } + public HashSet FilesToDownload { get; set; } + public List FilesToDownloadRegex { get; set; } + + public string BetaPassword { get; set; } + + public bool VerifyAll { get; set; } + + public int MaxServers { get; set; } + public int MaxDownloads { get; set; } + + public string SuppliedPassword { get; set; } + public bool RememberPassword { get; set; } + + // A Steam LoginID to allow multiple concurrent connections + public uint? LoginID { get; set; } + } +} diff --git a/DepotDownloader/app.config b/DepotDownloader/app.config index 75579a19..b9dbca8b 100644 --- a/DepotDownloader/app.config +++ b/DepotDownloader/app.config @@ -1,14 +1,14 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + +