Skip to content

Commit

Permalink
Adds the AuthPlugin. Closes #875 (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz authored Sep 13, 2024
1 parent 7c985cb commit 6844e92
Show file tree
Hide file tree
Showing 2 changed files with 552 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ csharp_new_line_before_else = true
csharp_new_line_before_finally = true
csharp_new_line_before_members_in_anonymous_types = true
csharp_new_line_before_members_in_object_initializers = true
csharp_new_line_before_open_brace = none
csharp_new_line_before_open_brace = all
csharp_new_line_between_query_expression_clauses = true

# Indentation preferences
Expand Down
Loading

0 comments on commit 6844e92

Please sign in to comment.