mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-12 10:16:48 +00:00
- Trim trailing whitespace and ensure final newline in non-vendor files - Add .editorconfig-checker.json excluding vendor dirs, *.patch, *.img, *.dtb, *.drawio, *.svg, and pkg/cloud-hypervisor/client so CI only checks project code - Leave generated and binary assets unchanged (excluded from checker) Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com> Co-authored-by: Cursor <cursoragent@cursor.com>
26 lines
442 B
JSON
26 lines
442 B
JSON
{
|
|
"device": {
|
|
"backend": {
|
|
"type": "registry",
|
|
"config": {
|
|
"timeout": 5,
|
|
"connect_timeout": 5,
|
|
"retry_limit": 2
|
|
}
|
|
},
|
|
"cache": {
|
|
"type": "blobcache"
|
|
}
|
|
},
|
|
"mode": "direct",
|
|
"digest_validate": false,
|
|
"iostats_files": false,
|
|
"enable_xattr": true,
|
|
"fs_prefetch": {
|
|
"enable": true,
|
|
"threads_count": 8,
|
|
"merging_size": 1048576,
|
|
"prefetch_all": true
|
|
}
|
|
}
|