Skip to content

clang-format does not understand all regexps #4596

@yjbanov

Description

@yjbanov

It demands that this:

var _urlWithSchemaRe = /^[^:/?#.]+:/g;

is formatted as this:

var _urlWithSchemaRe = /^[^:/? #.] +: / g;
//                            ^   ^  ^ ^

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions