{
    "ignore": [
        "docs",
        "examples",
        "guides",
        "jenkins",
        "locale",
        ".git",
        "**/*.wav",
        "**/*.mp3",
        "**/*.md",
        "**/*.svg",
        "**/*.html",
        ".*",
        "Jenkinsfile",
        "assets/vendor/**/*",
        "src/vendor/**/*",
        "yarn.lock"
    ],
    "license": "license-header.txt",
    "licenseFormats": {
        "js|ts": {
            "prepend": "/*",
            "append": " */\n",
            "eachLine": {
                "prepend": " * "
            }
        },
        "dotfile": {
            "eachLine": {
                "prepend": "# "
            }
        },
        "svg|html": {
            "prepend": "<!--",
            "append": "-->"
        }
    },
    "trailingWhitespace": "TRIM"
}
