Skip to content

Commit cf394f6

Browse files
Add cmakefmt configuration schema (SchemaStore#5535)
1 parent 3a7fcef commit cf394f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,6 +1554,12 @@
15541554
"fileMatch": ["**/.claude/settings.json"],
15551555
"url": "https://www.schemastore.org/claude-code-settings.json"
15561556
},
1557+
{
1558+
"name": "cmakefmt",
1559+
"description": "Configuration file for cmakefmt, a fast native CMake formatter",
1560+
"fileMatch": [".cmakefmt.yaml", ".cmakefmt.yml", ".cmakefmt.toml"],
1561+
"url": "https://cmakefmt.dev/schemas/latest/schema.json"
1562+
},
15571563
{
15581564
"name": "CVE Record Format",
15591565
"description": "CVE record format to describe security vulnerabilities",

0 commit comments

Comments
 (0)