mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-08 22:17:44 +00:00
13d7c1215d
- Removed unnecessary blank lines in multiple test files to enhance readability. - Ensured consistent spacing and formatting in the `Trima`, `Usf`, `Vidya`, `Wma`, and `Atr` test classes. - Updated comments for clarity and consistency in the `Atr` and `Adl` classes. - Adjusted project files for better structure and maintainability.
20 lines
429 B
JSON
20 lines
429 B
JSON
{
|
|
"RoslynExtensionsOptions": {
|
|
"enableAnalyzersSupport": true,
|
|
"enableDecompilationSupport": true
|
|
},
|
|
"FormattingOptions": {
|
|
"enableEditorConfigSupport": true
|
|
},
|
|
"Telemetry": {
|
|
"enableTelemetry": false
|
|
},
|
|
"fileOptions": {
|
|
"systemExcludeSearchPatterns": [
|
|
"**/node_modules/**/*",
|
|
"**/bin/**/*",
|
|
"**/obj/**/*"
|
|
]
|
|
}
|
|
}
|