Skip to content

clang_format: fix of another fail

Konstantin Kholostov requested to merge kholostov/qtisas:master into master

Sometimes r'-\s*?\d+.?\n' can be triggered if the line of code contains dashes and numbers, like in this one {"Options-2D-HighQ", Parameter::Options_2D_HighQ},. Then another re pattern is used to match precisely lines containing -4257 :-, such as r'-\s?\d+\s*?:-\s*?.*?\n'

Merge request reports

Loading