generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update clang version, add ruff format
- Loading branch information
1 parent
6cfefe0
commit 83ae504
Showing
13 changed files
with
2,678 additions
and
1,081 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# schema-generator | ||
|
||
Permits to generate a json schema from (clangFormat-options.json) from clang doxygen documentation. | ||
|
||
The relevant files are just the following: | ||
- `Format.h` | ||
- `IncludeStyle.h` | ||
|
||
### Usage | ||
|
||
```bash | ||
python generate_schema.py --download | ||
``` | ||
|
||
Options: | ||
- `--download`: Download the latest source before generating the schema. |
Oops, something went wrong.