From ab4630c191e41e03e2a048f01317c4082454abec Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 2 Jul 2016 05:50:22 +0200 Subject: [PATCH] Add CodeStyle settings In case somebody would like to stick with mine --- ArchiSteamFarm/Program.cs | 4 ++-- docs/CodeStyle.vssettings | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 docs/CodeStyle.vssettings diff --git a/ArchiSteamFarm/Program.cs b/ArchiSteamFarm/Program.cs index 9fb10128a..b80a5a0ac 100644 --- a/ArchiSteamFarm/Program.cs +++ b/ArchiSteamFarm/Program.cs @@ -200,9 +200,9 @@ namespace ArchiSteamFarm { } Logging.LogGenericInfo("Downloading new version..."); - Logging.LogGenericInfo("While waiting, consider donating if you appreciate the work being done :)"); + Logging.LogGenericInfo("While waiting, consider donating if you appreciate the work being done :)"); - byte[] result = await WebBrowser.UrlGetToBytesRetry(binaryAsset.DownloadURL).ConfigureAwait(false); + byte[] result = await WebBrowser.UrlGetToBytesRetry(binaryAsset.DownloadURL).ConfigureAwait(false); if (result == null) { return; } diff --git a/docs/CodeStyle.vssettings b/docs/CodeStyle.vssettings new file mode 100644 index 000000000..bed90b28b --- /dev/null +++ b/docs/CodeStyle.vssettings @@ -0,0 +1,27 @@ + + true + true + true + true + true + true + 4 + 2 + false + 58 + true + true + true + true + true + true + true + true + true + true + 4 + false + false + false + true + 0111110101110000111000110101101001100002100000001001001101000010011000101 \ No newline at end of file