19 lines
532 B
JSON
19 lines
532 B
JSON
{
|
|
"rewrap.wrappingColumn": 80,
|
|
"editor.rulers": [80],
|
|
"markdownlint.config": {
|
|
"MD004": false,
|
|
"MD013": false,
|
|
"MD024": {"allow_different_nesting": true},
|
|
"MD029": {"style": "ordered"},
|
|
"MD033": false,
|
|
"MD040": false,
|
|
},
|
|
"yaml.schemas": {
|
|
"https://raw.githubusercontent.com/open-telemetry/build-tools/v0.5.0/semantic-conventions/semconv.schema.json": [
|
|
"semantic_conventions/**/*.yaml"
|
|
]
|
|
},
|
|
"json.schemaDownload.enable": true
|
|
}
|