mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 23:57:07 +00:00
32cf426956
Currently, page url generation (slugification) is just toLowerCase. In https://github.com/yannbertrand/macos-defaults/pull/146 I add some defaults that contain keys with spaces, which currently breaks. This pulls in `slugify` to add support, and shell escapes keys in examples.
10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"yaml.schemas": {
|
|
"./defaults.schema.json": ["/defaults*.yml"]
|
|
},
|
|
"[yaml]": {
|
|
"editor.rulers": [
|
|
130
|
|
]
|
|
}
|
|
}
|