mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"ignoreFile": ".licenseignore",
|
|
"license": "LICENSE.HEADER",
|
|
"licenseFormats": {
|
|
"php": {
|
|
"prepend": "<?php",
|
|
"append": "?>",
|
|
"eachLine": {
|
|
"prepend": "// "
|
|
}
|
|
},
|
|
"dotfile|yml": {
|
|
"eachLine": {
|
|
"prepend": "# "
|
|
}
|
|
}
|
|
},
|
|
"regexIdentifier": "##"
|
|
}
|