2022-05-18 20:24:55 +00:00
|
|
|
{
|
2022-12-08 10:57:08 +00:00
|
|
|
"python.formatting.provider": "yapf",
|
2023-02-02 14:45:14 +00:00
|
|
|
"conventionalCommits.scopes": ["thinkrac", "aarch64"],
|
|
|
|
"files.associations": {
|
|
|
|
"*.hujson": "jsonc"
|
|
|
|
},
|
|
|
|
"json.schemas": [
|
|
|
|
{
|
|
|
|
"fileMatch": ["*.hujson"],
|
|
|
|
"schema": {
|
|
|
|
"allowTrailingCommas": true
|
|
|
|
}
|
|
|
|
}
|
2023-03-11 08:47:09 +00:00
|
|
|
],
|
|
|
|
"files.watcherExclude": {
|
|
|
|
"**/target": true
|
|
|
|
}
|
2022-05-18 20:24:55 +00:00
|
|
|
}
|