Files
wehub-resource-sync 680845cb1c
Linux build / Determine Swift version (push) Waiting to run
Linux build / Linux compile check (push) Blocked by required conditions
Build containerization / Verify commit signatures (push) Has been skipped
Build containerization / containerization (push) Successful in 0s
chore: import upstream snapshot with attribution
2026-07-13 12:25:30 +08:00

28 lines
453 B
TOML

additionalHeaders = ["scripts/cz-header-style.toml"]
headerPath = "scripts/license-header.txt"
includes = [
"Makefile",
"*.Makefile",
"*.swift",
"*.h",
"*.cpp",
"*.c",
"*.sh",
]
excludes = [
"Sources/ContainerizationArchive/CArchive/include",
]
[git]
attrs = 'enable'
ignore = 'enable'
[properties]
copyrightOwner = "Apple Inc. and the Containerization project authors"
[mapping.SWIFT_STYLE]
extensions = ["swift"]