📎 Allow overriding files.maxSize
#5295
Labels
A-Project
Area: project
good first issue
Good for newcomers
S-Enhancement
Status: Improve an existing feature
S-Help-wanted
Status: you're familiar with the code base and want to help the project
Description
The
files
section is not part ofoverrides
. This makes sense to some degree, because we wouldn't want to overridefiles.includes
... that wouldn't make much sense. But unfortunately it also means thatfiles.maxSize
cannot be overridden right now. We should handle that one still.Look for adding a
files
section toOverridePattern
incrates/biome_configuration/src/overrides.rs
.The text was updated successfully, but these errors were encountered: