mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 12:38:06 +00:00
16 lines
342 B
INI
16 lines
342 B
INI
# EditorConfig for QuanTAlib
|
|||
|
|
root = true
|
||
|
|
|
||
|
|
[*]
|
||
|
|
indent_style = space
|
||
|
|
indent_size = 4
|
||
|
|
end_of_line = lf
|
||
|
|
charset = utf-8
|
||
|
|
trim_trailing_whitespace = true
|
||
|
|
insert_final_newline = true
|
||
|
|
|
||
|
|
[*.cs]
|
||
|
|
# Suppress SonarQube S3776 - Cognitive Complexity
|
||
|
|
# High-performance SIMD code intentionally has complex control flow
|
||
|
|
dotnet_diagnostic.S3776.severity = none
|