From the editorconfig spec: any of the strings given (separated by commas, can be nested) (But {s1} only matches {s1} literally.)
There also needs to be a flag on Pattern.Options to disable this to match behaviors that don't support it, and in those cases treat the pattern as a literal.
From the editorconfig spec: any of the strings given (separated by commas, can be nested) (But {s1} only matches {s1} literally.)
There also needs to be a flag on Pattern.Options to disable this to match behaviors that don't support it, and in those cases treat the pattern as a literal.