diff --git a/home/editors/omnisharp.nix b/home/editors/omnisharp.nix index 5952bc8..e46dfe9 100644 --- a/home/editors/omnisharp.nix +++ b/home/editors/omnisharp.nix @@ -17,6 +17,9 @@ in home.file.".omnisharp/omnisharp.json" = { text = '' { + "FormattingOptions": { + "EnableEditorConfigSupport": true + }, "RoslynExtensionsOptions": { "EnableAnalyzersSupport": true }