Reformat and update to .editorconfig + Remove Name #32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Started by removing the property
Name
fromplugin.cs
that is now read from the manifest. (Discord message about this and that it should get a PR.)Addresses #25.
dotnet_naming_style.on_upper_camel_case_style.xxx
)indent_size = 4
is defined for all files and doesn't need to be defined again for.c, .cs, .json,..
).cs
,.json
,.targets
,.csproj
packages.lock.json
as it rebuilds with indent_size = 2As of
80f0dd426b0e56751c2858a52af9ce872b98bd8c
shouldn't include any functional difference other than someresharper_xxx
being commented out due to not finding them (see below).Would need help or an opinion on:
[RequiredVersion("1.0")]
in Plugin.csprivate Configuration Configuration;
vs.private Configuration configuration
resharper_xxx
are affected)