Sebastian Fuchs
Results
1
comments of
Sebastian Fuchs
I observed the same error in the following scenario: `.editorconfig`: ```editorconfig [ignored-dir/**] insert_final_newline = false ``` `biome.json`: ```json { "files": { "ignore": ["ignored-dir"] } } ``` Biome is configured to...