Conversation
* 'editconfig' of github.com:Liaojinghui/neo: dotnet format on new editconfig use roslyn editconfig
|
Maybe to want to add #3019 to this PR, going to have big conflict on one or the other. |
.editorconfig
Outdated
| [*.{cs,vb}] | ||
|
|
||
| # Sort using and Import directives with System.* appearing first | ||
| dotnet_sort_system_directives_first = true |
There was a problem hiding this comment.
| dotnet_sort_system_directives_first = true | |
| dotnet_sort_system_directives_first = false |
There was a problem hiding this comment.
There was a problem hiding this comment.
ya but this is annoying, should be alphabetical.
There was a problem hiding this comment.
Why? I think that if this is the case by default, there is a reason.
There was a problem hiding this comment.
ya but this is annoying, should be alphabetical.
The same argument as my var :)
|
want me to update this for @Jim8y ? |
Please |
|
@Jim8y I updated that |
|
@shargon may you please check and review this. |
|
@shargon why did you remove |
Please use a different PR for this change |
|
I have it in #3031 also, but my thoughts were, this PR would come 1st. |
* master: Fixed asp.net core project (neo-project#3067) Updated BLS12_381 (neo-project#3074) avoid nonsense exception messages. (neo-project#3063) Removed `MyGet` (neo-project#3071) Updated unit-test (neo-project#3073) add hash verification for OnImport (neo-project#3070) Make public ReadUserInput (neo-project#3068) Removed asp.net core (neo-project#3065) Enforce Line Endings in `.editorconfig` (neo-project#3060) Remove some warnings (neo-project#3057) Fixed workflow timeout-minutes (neo-project#3048) Fix: specify the error message (neo-project#3030) Removes `WebSocket`s from the network layer (neo-project#3039) set timeout for tests (neo-project#3046) Fix: Editconfig (neo-project#3023) Set project as nullable (neo-project#3042) Fix: fix equal (neo-project#3028) # Conflicts: # src/Neo.CLI/CLI/MainService.cs # src/Neo.CLI/Settings.cs # src/Neo/ProtocolSettings.cs
This pr adopts https://github.com/dotnet/roslyn editconfig to restrain the coding style.