Skip to content

Instantly share code, notes, and snippets.

@InfiniteXyy
Last active April 18, 2024 05:38
Show Gist options
  • Save InfiniteXyy/7c52cadf1017ee4e44f86d03f89248d5 to your computer and use it in GitHub Desktop.
Save InfiniteXyy/7c52cadf1017ee4e44f86d03f89248d5 to your computer and use it in GitHub Desktop.
C# personal editorconfig
root = true
[*]
indent_style = space
indent_size = 2
[*.cs]
csharp_new_line_before_open_brace = none
csharp_new_line_before_else = false
csharp_new_line_before_catch = false
csharp_new_line_before_finally = false
csharp_new_line_before_members_in_object_initializers = false
csharp_new_line_before_members_in_anonymous_types = false
csharp_new_line_between_query_expression_clauses = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment