From dfe16651ab07eae7322237dde2b81514818d0caa Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Fri, 22 May 2020 18:07:43 +0200 Subject: [PATCH] feat(omnisharp): enable editorconfig support --- home/editors/omnisharp.nix | 3 +++ 1 file changed, 3 insertions(+) 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 }