@google/aside
Version:
Apps Script IDE framework
35 lines (34 loc) • 570 B
JSON
{
"ignore": [
".claspignore",
".editorconfig",
".eslintignore",
".gitignore",
".prettierignore",
"*.txt",
".github",
"CONTRIBUTING",
"build",
"dist"
],
"license": "license-header.txt",
"licenseFormats": {
"js|ts|mjs": {
"prepend": "/**",
"append": " */",
"eachLine": {
"prepend": " * "
}
},
"html|md": {
"prepend": "<!--",
"append": "-->"
},
"sh|^pre-commit": {
"eachLine": {
"prepend": "# "
}
}
},
"trailingWhitespace": "TRIM"
}