mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-28 01:37:43 +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/**/*"
|
|
]
|
|
}
|
|
}
|