mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 14:03:42 +00:00
27 lines
593 B
JSON
27 lines
593 B
JSON
{
|
|
"ignore": ["**/!(*.js|*.css)", "**/assets/**"],
|
|
"license": "doc/license_header.txt",
|
|
"licenseFormats": {
|
|
"js": {
|
|
"prepend": "/*",
|
|
"append": " */",
|
|
"eachLine": {
|
|
"prepend": " * "
|
|
}
|
|
},
|
|
"dotfile|^Dockerfile": {
|
|
"eachLine": {
|
|
"prepend": "# "
|
|
}
|
|
},
|
|
"css": {
|
|
"prepend": "/*",
|
|
"append": " */",
|
|
"eachLine": {
|
|
"prepend": " * "
|
|
}
|
|
}
|
|
},
|
|
"trailingWhitespace": "TRIM"
|
|
}
|