mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 07:23:06 +00:00
31 lines
689 B
JSON
31 lines
689 B
JSON
{
|
|
"enabled": true,
|
|
"commandRewritingEnabled": false,
|
|
"mode": "rewrite",
|
|
"guardWhenRtkMissing": true,
|
|
"showRewriteNotifications": true,
|
|
"outputCompaction": {
|
|
"enabled": true,
|
|
"stripAnsi": true,
|
|
"readCompaction": {
|
|
"enabled": false
|
|
},
|
|
"sourceCodeFilteringEnabled": false,
|
|
"preserveExactSkillReads": false,
|
|
"truncate": {
|
|
"enabled": true,
|
|
"maxChars": 12000
|
|
},
|
|
"sourceCodeFiltering": "none",
|
|
"smartTruncate": {
|
|
"enabled": false,
|
|
"maxLines": 220
|
|
},
|
|
"aggregateTestOutput": true,
|
|
"filterBuildOutput": true,
|
|
"compactGitOutput": true,
|
|
"aggregateLinterOutput": true,
|
|
"trackSavings": true
|
|
}
|
|
}
|