mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2025-01-10 22:49:29 -07:00
19 lines
452 B
JSON
19 lines
452 B
JSON
|
{
|
||
|
"ignore": ["**/!(text_file_to_not_ignore).txt", "sub_directory/sub_sub_directory_to_ignore"],
|
||
|
"license": "LICENSE",
|
||
|
"licenseFormats": {
|
||
|
"js": {
|
||
|
"prepend": "/*",
|
||
|
"append": " */",
|
||
|
"eachLine": {
|
||
|
"prepend": " * "
|
||
|
}
|
||
|
},
|
||
|
"dotfile": {
|
||
|
"eachLine": {
|
||
|
"prepend": "# "
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"trailingWhitespace": "TRIM"
|
||
|
}
|