{
    "markdownlint.config": {
        "MD041": false,
        "MD013": {
            "line_length": 9999,
            "code_blocks": false,
            "tables": false,
            "allowed_elements": [
                "!--"
            ]
        },
        "MD030": {
            "front_matter_title": "YAML",
            "title:": "The front matter block must start and end with `---`",
            "front_matter_title_2": "regex",
            "front_matter_regex": "^---(\\n|.)+?---$"
        },
        "MD033": false,
        "MD007": {
            "indent": 4
        },
        "MD024": false
    },
    "editor.hover.delay": 1500,
    "editor.fontFamily": "Inter, Monaco, 'Courier New', monospace",
    "editor.fontSize": 14,
    "editor.fontWeight": "500",
    "editor.wordWrap": "bounded",
    "workbench.colorTheme": "One Dark Pro Flat",
    "mochaExplorer.files": "test/**/*.js",
    "mochaExplorer.ui": "bdd"
}