mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
19 lines
391 B
JSON
19 lines
391 B
JSON
|
{
|
||
|
"ignore": ".licenseignore",
|
||
|
"license": "LICENSE.HEADER",
|
||
|
"licenseFormats": {
|
||
|
"php": {
|
||
|
"prepend": "<?php",
|
||
|
"append": "?>",
|
||
|
"eachLine": {
|
||
|
"prepend": "// "
|
||
|
}
|
||
|
},
|
||
|
"dotfile|licenseignore|gitignore|yml": {
|
||
|
"eachLine": {
|
||
|
"prepend": "# "
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|