You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just added new editoconfig on solution top level and added as below to have file scope namespacing nevertheless when creating new class namespacing still remains block type. WHat i do wrong?
P.S Is there any possibility to have preview of editor config same way we have on windows system?
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
# IDE0160: Convert to file-scoped namespace
csharp_style_namespace_declarations = file_scoped:silent
The text was updated successfully, but these errors were encountered:
I've just added new editoconfig on solution top level and added as below to have file scope namespacing nevertheless when creating new class namespacing still remains block type. WHat i do wrong?
P.S Is there any possibility to have preview of editor config same way we have on windows system?
The text was updated successfully, but these errors were encountered: