Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Nov 1, 2022
1 parent cda701f commit df43b0a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion editors/vscode/configuration_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
"type": "object",
"properties": {
"maxSize": {
"description": "The maximum allowed size for source code files in bytes. Files above this limit will be ignore for performance reason. Defaults to 1 MiB",
"description": "The maximum allowed size for source code files in bytes. Files above this limit will be ignored for performance reason. Defaults to 1 MiB",
"default": null,
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion npm/backend-jsonrpc/src/workspace.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion website/src/_includes/docs/post-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Success! You're now ready to use Rome. 🥳

Check how to use the [formatter](#formatter), or the how to [lint](#linter) your project.

Read the [documentation](/docs) to learn more about supported commands and options.
Check the [reference](#reference) to learn more about the CLI and its supported commands/argument, or
the configuration file
4 changes: 3 additions & 1 deletion website/src/_includes/docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ Prints the help message and exits.

### Configuration

#### `files.maxSize`
#### Files

##### `files.maxSize`

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

0 comments on commit df43b0a

Please sign in to comment.