Commit f676e37
authored
Add $schema property to schema.json (#919)
This will allow one to link the schema directly in the file, as
supported by editors like VSCode and Zed by default.
Example:
```json
{
"$schema": "https://raw.githubusercontent.com/sql-formatter-org/sql-formatter/refs/heads/master/schema.json",
"language": "sqlite",
"tabWidth": 2,
"keywordCase": "upper",
}
```1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments