moving the editor config out the the root folder (#4289)

Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
This commit is contained in:
Clint Rutkas
2020-06-16 08:59:38 -07:00
committed by GitHub
parent 31c30a7602
commit 1a3500cad3
2 changed files with 1 additions and 1 deletions

4
src/.editorconfig Normal file
View File

@@ -0,0 +1,4 @@
[*.cs]
# SA1201: Elements should appear in the correct order
dotnet_diagnostic.SA1201.severity = none