{
    "license": "LICENSE",
    "ignore": ["ignore_me_via_ignore_array.sh"],
    "ignoreFile": ".ignorefile",
    "licenseFormats": {
        "js": {
            "prepend": "/*",
            "append": " */",
            "eachLine": {
                "prepend": " * "
            }
        }
    },
    "trailingWhitespace": "TRIM"
}