22 lines
649 B
JSON
22 lines
649 B
JSON
{
|
|
"[nix]": {
|
|
"editor.defaultFormatter": "kamadorueda.alejandra",
|
|
"editor.formatOnSave": true,
|
|
},
|
|
"[toml]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.insertSpaces": true,
|
|
"editor.codeLens": true
|
|
},
|
|
"yaml.schemas": {
|
|
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml",
|
|
},
|
|
"yaml.customTags": [
|
|
"!ENV scalar",
|
|
"!ENV sequence",
|
|
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
|
|
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
|
|
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
|
|
]
|
|
}
|