Browse Source
Add trim_trailing_whitespace to editorconfig
pull/8373/head
Max Katz
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.editorconfig
|
|
|
@ -21,6 +21,7 @@ csharp_new_line_before_finally = true |
|
|
|
csharp_new_line_before_members_in_object_initializers = true |
|
|
|
csharp_new_line_before_members_in_anonymous_types = true |
|
|
|
csharp_new_line_between_query_expression_clauses = true |
|
|
|
trim_trailing_whitespace = true |
|
|
|
|
|
|
|
# Indentation preferences |
|
|
|
csharp_indent_block_contents = true |
|
|
|
|