mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-06 13:07:44 +00:00
8 lines
217 B
INI
8 lines
217 B
INI
# Top-most EditorConfig file
|
|
root = true
|
|
|
|
[*.{cs,vb}]
|
|
# Suppress S3776 (Cognitive Complexity)
|
|
dotnet_diagnostic.S3776.severity = none
|
|
# Suppress CA1416 (Platform Compatibility)
|
|
dotnet_diagnostic.CA1416.severity = none |