Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/src/pages/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ The files defined in this array:
### `files.maxSize`

The maximum allowed size for source code files in bytes. Files above
this limit will be ignored for performance reason.
this limit will be ignored for performance reasons.

> Default: 1024*1024 (1MB)

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/linter/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Available options:
configuration, it will attempt to use the current working directory. If no
current working directory can't be found, Biome won't use the VCS integration.
--files-max-size <NUMBER> The maximum allowed size for source code files in bytes. Files
above this limit will be ignored for performance reason. Defaults to 1 MiB
above this limit will be ignored for performance reasons. Defaults to 1 MiB
--indent-style <tab|space> The indent style.
--indent-size <NUMBER> The size of the indentation, 2 by default
--line-width <NUMBER> What's the max width of a line. Defaults to 80.
Expand Down