porcupine icon indicating copy to clipboard operation
porcupine copied to clipboard

editorconfig: wildcards in braces

Open Akuli opened this issue 4 years ago • 0 comments

This editorconfig file currently doesn't work as intended, because Porcupine assumes that things between { and } are treated literally as strings, and wildcards don't work:

root = true

[{*.c,Makefile}]
indent_style = tab

The question is whether it should work. Editorconfig spec says "any of the strings given (separated by commas, can be nested)", but I'm not sure whether "can be nested" means it may include wildcards.

Akuli avatar Mar 14 '22 15:03 Akuli