Skip to content

Commit

Permalink
Updated JSON schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
alfawal authored Mar 3, 2024
1 parent fe594e9 commit db2f650
Show file tree
Hide file tree
Showing 8 changed files with 2,987 additions and 2,261 deletions.
1,237 changes: 863 additions & 374 deletions site/site/public/schemas/Cargo.toml.json

Large diffs are not rendered by default.

276 changes: 139 additions & 137 deletions site/site/public/schemas/dein.toml.json

Large diffs are not rendered by default.

499 changes: 300 additions & 199 deletions site/site/public/schemas/fly.toml.json

Large diffs are not rendered by default.

1,071 changes: 536 additions & 535 deletions site/site/public/schemas/makefile.toml.json

Large diffs are not rendered by default.

1,017 changes: 534 additions & 483 deletions site/site/public/schemas/pyproject.toml.json

Large diffs are not rendered by default.

421 changes: 214 additions & 207 deletions site/site/public/schemas/replit.toml.json

Large diffs are not rendered by default.

712 changes: 393 additions & 319 deletions site/site/public/schemas/rust-toolchain.toml.json

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions site/site/public/schemas/rustfmt.toml.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "rustfmt schema",
"type": "object",
"$id": "https://json.schemastore.org/rustfmt.json",
"description": "https://rust-lang.github.io/rustfmt",
"x-taplo-info": {
"authors": ["Aloso (https://github.com/Aloso)"],
"patterns": ["^(.*(/|\\\\)\\.?rustfmt\\.toml|rustfmt\\.toml)$"]
},
"properties": {
"array_width": {
"type": "integer",
Expand Down Expand Up @@ -312,7 +307,7 @@
},
"print_misformatted_file_names": {
"type": "boolean",
"description": "Prints the names of mismatched files that were formatted. Prints the names of files that would be formated when used with `--check` mode.\n\n[Documentation](https://rust-lang.github.io/rustfmt/#print_misformatted_file_names)",
"description": "Prints the names of mismatched files that were formatted. Prints the names of files that would be formatted when used with `--check` mode.\n\n[Documentation](https://rust-lang.github.io/rustfmt/#print_misformatted_file_names)",
"default": false,
"enum": [true, false]
},
Expand Down Expand Up @@ -472,5 +467,11 @@
"default": false,
"enum": [true, false]
}
},
"title": "rustfmt schema",
"type": "object",
"x-taplo-info": {
"authors": ["Aloso (https://github.com/Aloso)"],
"patterns": ["^(.*(/|\\\\)\\.?rustfmt\\.toml|rustfmt\\.toml)$"]
}
}

0 comments on commit db2f650

Please sign in to comment.