feat(omnisharp): enable editorconfig support

This commit is contained in:
Felix Schröter 2020-05-22 18:07:43 +02:00
parent 2350f49831
commit dfe16651ab
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458

View file

@ -17,6 +17,9 @@ in
home.file.".omnisharp/omnisharp.json" = {
text = ''
{
"FormattingOptions": {
"EnableEditorConfigSupport": true
},
"RoslynExtensionsOptions": {
"EnableAnalyzersSupport": true
}