mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-12 19:16:14 +07:00
15 lines
387 B
JSON
15 lines
387 B
JSON
{
|
|
"[json][jsonc][lua][markdown][teal][yaml]": {
|
|
"editor.formatOnSave": true,
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true
|
|
},
|
|
"markdown.extension.toc.levels": "2..6",
|
|
"markdown.extension.toc.omittedFromToc": {
|
|
"README.md": [
|
|
"# API Reference"
|
|
]
|
|
}
|
|
}
|