{
    "id": "45ce6039-3568-4bb4-b0ba-7371f2cffc8d",
    "scriptName": "Double spaces",
    "findRegex": "/((?!\\n)[\\s ]){2}/g",
    "replaceString": " ",
    "trimStrings": [],
    "placement": [
        1,
        2
    ],
    "disabled": false,
    "markdownOnly": true,
    "promptOnly": true,
    "runOnEdit": true,
    "substituteRegex": false,
    "minDepth": null,
    "maxDepth": null
}