This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/master by this push:
new 2ffd2c7 .editorconfig: Fixed single line blocks (such as
auto-implemented properties) so they stay on a single line
2ffd2c7 is described below
commit 2ffd2c748c90bc307ce7e4d5dbf264ef0bbb6acf
Author: Shad Storhaug <[email protected]>
AuthorDate: Tue Apr 13 06:48:51 2021 +0700
.editorconfig: Fixed single line blocks (such as auto-implemented
properties) so they stay on a single line
---
.editorconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.editorconfig b/.editorconfig
index 8be8b5e..7038aa0 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -70,7 +70,7 @@
csharp_space_between_method_declaration_parameter_list_parentheses = false
#Formatting - wrapping options
#leave code block on separate lines
-csharp_preserve_single_line_blocks = false
+csharp_preserve_single_line_blocks = true
#leave statements and member declarations on the same line
csharp_preserve_single_line_statements = true