mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Update PHP comment style
This commit is contained in:
parent
3966db0c0d
commit
17e3806452
1 changed files with 5 additions and 2 deletions
|
@ -3,8 +3,11 @@
|
|||
"license": "LICENSE.HEADER",
|
||||
"licenseFormats": {
|
||||
"php": {
|
||||
"prepend": "<!--",
|
||||
"append": " -->"
|
||||
"prepend": "<?php",
|
||||
"append": "?>",
|
||||
"eachLine": {
|
||||
"prepend": "// "
|
||||
}
|
||||
},
|
||||
"dotfile|licenseignore|gitignore|yml": {
|
||||
"eachLine": {
|
||||
|
|
Loading…
Reference in a new issue