Add editorconfig
Source files being under src/ directory will never match the namespaces.
This commit is contained in:
parent
d3720d879b
commit
62a11f76d2
|
|
@ -0,0 +1,4 @@
|
||||||
|
[*.cs]
|
||||||
|
|
||||||
|
# IDE0130: Namespace does not match folder structure
|
||||||
|
dotnet_style_namespace_match_folder = false
|
||||||
Loading…
Reference in New Issue