mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-12 15:48:05 +00:00
20 lines
448 B
JSON
20 lines
448 B
JSON
{
|
|||
|
|
"RoslynExtensionsOptions": {
|
||
|
|
"enableAnalyzersSupport": true,
|
||
|
|
"enableDecompilationSupport": true
|
||
|
|
},
|
||
|
|
"FormattingOptions": {
|
||
|
|
"enableEditorConfigSupport": true
|
||
|
|
},
|
||
|
|
"Telemetry": {
|
||
|
|
"enableTelemetry": false
|
||
|
|
},
|
||
|
|
"fileOptions": {
|
||
|
|
"systemExcludeSearchPatterns": [
|
||
|
|
"**/node_modules/**/*",
|
||
|
|
"**/bin/**/*",
|
||
|
|
"**/obj/**/*"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|