Skip to content

Commit 6844e92

Browse files
Adds the AuthPlugin. Closes #875 (#877)
1 parent 7c985cb commit 6844e92

File tree

2 files changed

+552
-1
lines changed

2 files changed

+552
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ csharp_new_line_before_else = true
143143
csharp_new_line_before_finally = true
144144
csharp_new_line_before_members_in_anonymous_types = true
145145
csharp_new_line_before_members_in_object_initializers = true
146-
csharp_new_line_before_open_brace = none
146+
csharp_new_line_before_open_brace = all
147147
csharp_new_line_between_query_expression_clauses = true
148148

149149
# Indentation preferences

0 commit comments

Comments
 (0)