This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix appveyor builds * Bump NLog from 4.5.11 to 4.6.1 in /src/Miningcore (#593) * Bump prometheus-net from 3.0.3 to 3.1.0 in /src/Miningcore (#592) * Bump NBitcoin from 4.1.1.82 to 4.1.1.96 in /src/Miningcore (#591) * Bump FluentValidation from 8.1.3 to 8.2.0 in /src/Miningcore (#590) * Bump FluentValidation.ValidatorAttribute in /src/Miningcore (#589) * Bump Autofac from 4.9.1 to 4.9.2 in /src/Miningcore (#583) * Bump McMaster.Extensions.CommandLineUtils in /src/Miningcore (#580) * Bump AspNetCoreRateLimit from 3.0.2 to 3.0.3 in /src/Miningcore (#579) * Bump Polly from 7.0.3 to 7.1.0 in /src/Miningcore (#578) * Bump prometheus-net.AspNetCore from 3.0.3 to 3.1.0 in /src/Miningcore (#588) * Bump JetBrains.Annotations from 2018.3.0 to 2019.1.1 in /src/Miningcore (#587) * Bump Dapper from 1.50.7 to 1.60.6 in /src/Miningcore (#586) * Add .editorconfig * Formatting pass * Add .editorconfig to solution * Bump NBitcoin from 4.1.1.96 to 4.1.1.97 in /src/Miningcore (#594)
- Loading branch information
Oliver Weichhold
authored
Apr 4, 2019
1 parent
115a622
commit 1d79333
Showing
137 changed files
with
5,524 additions
and
1,287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
root = true | ||
|
||
# Unix-style newlines with a newline ending every file | ||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 4 | ||
trim_trailing_whitespace = true | ||
|
||
[*.cs] | ||
csharp_space_after_cast = true | ||
csharp_space_after_keywords_in_control_flow_statements = false | ||
csharp_space_between_method_declaration_parameter_list_parentheses = false | ||
csharp_space_between_method_call_parameter_list_parentheses = false | ||
csharp_space_around_binary_operators = true | ||
|
||
# Tab indentation (no size specified) | ||
[Makefile] | ||
indent_style = tab | ||
|
||
# Matches the exact files either package.json or .travis.yml | ||
[{package.json,.travis.yml}] | ||
indent_style = space | ||
indent_size = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.