Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Added .editorconfig with file-scoped namespaces preference
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Dec 3, 2021
1 parent c336f72 commit eead93c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# editorconfig.org

# top-most EditorConfig file
root = true

# CSharp formatting rules:
[*.cs]
csharp_style_namespace_declarations =file_scoped:warning

0 comments on commit eead93c

Please sign in to comment.