Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Aug 10, 2021
1 parent 7ede022 commit 7e0f8f9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .editorconfig
@@ -1,7 +1,3 @@
# EditorConfig is awesome:
http://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
Expand All @@ -26,6 +22,9 @@ indent_size = 2

#### .NET Coding Conventions ####

[*.{cs}]
file_header_template = Licensed to the.NET Foundation under one or more agreements.\nThe.NET Foundation licenses this file to you under the MIT license.\nSee the License.txt file in the project root for more information.

# this. and Me. preferences
dotnet_style_qualification_for_event = false:warning
dotnet_style_qualification_for_field = false:warning
Expand Down Expand Up @@ -152,7 +151,3 @@ csharp_space_between_square_brackets = false
# Wrapping preferences
csharp_preserve_single_line_blocks = true
csharp_preserve_single_line_statements = true


[*.{cs}]
file_header_template = Licensed to the.NET Foundation under one or more agreements.\nThe.NET Foundation licenses this file to you under the MIT license.\nSee the License.txt file in the project root for more information.

0 comments on commit 7e0f8f9

Please sign in to comment.