feat(omnisharp): enable editorconfig support
This commit is contained in:
parent
2350f49831
commit
dfe16651ab
|
@ -17,6 +17,9 @@ in
|
|||
home.file.".omnisharp/omnisharp.json" = {
|
||||
text = ''
|
||||
{
|
||||
"FormattingOptions": {
|
||||
"EnableEditorConfigSupport": true
|
||||
},
|
||||
"RoslynExtensionsOptions": {
|
||||
"EnableAnalyzersSupport": true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue