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