Skip to content

Commit

Permalink
Add default (C) in editoryconfig (#5998)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabog authored Nov 29, 2021
1 parent af6a753 commit e36cc86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ charset = utf-8-bom
# .NET Coding Conventions #
###############################
[*.{cs,vb}]
# Copyright notice
file_header_template = Copyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the MIT License.

# Organize usings
dotnet_sort_system_directives_first = true
dotnet_separate_import_directive_groups = false
Expand Down

0 comments on commit e36cc86

Please sign in to comment.