Skip to content

Commit

Permalink
EditorConfig and appveyor.yml (#319)
Browse files Browse the repository at this point in the history
* File-scoped namespace declrations in .editorconfig
* Update nuget secure key in appveyor.yml
  • Loading branch information
axunonb committed Oct 28, 2022
1 parent 42db8cd commit 52850db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for:
deploy:
- provider: NuGet
api_key:
secure: siTK+zMCX6XYTT2G7uhX9XjB6LNhDtZheum/MKIfrnsBITjZ+yEGAPNKVL/LCEPB
secure: txnCaPB0JDkGC0BuXH4d/VE0tEFJKbjzcI953RbwFh8e6C4YjZKn2IP4okeOdJOw
on:
branch: main
-
Expand Down
2 changes: 1 addition & 1 deletion src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ dotnet_style_qualification_for_property = false:suggestion
csharp_indent_labels = one_less_than_current
csharp_using_directive_placement = outside_namespace:silent
csharp_prefer_simple_using_statement = true:suggestion
csharp_style_namespace_declarations = block_scoped:silent
csharp_style_namespace_declarations = file_scoped:silent
csharp_style_expression_bodied_operators = false:silent
csharp_style_expression_bodied_indexers = true:silent
csharp_style_expression_bodied_lambdas = true:silent
Expand Down

0 comments on commit 52850db

Please sign in to comment.