libs/vulkan/zerocopy/agent_docs/style.md
This document covers code style and formatting guidelines for the project, as well as commit message requirements.
Each file must contain a copyright header (see src/lib.rs for example) which is
based on that file's creation year.
Refer to ci/check_fmt.sh.
//, ///, //!) at 80 columns from the left margin,
taking into account any preceding code or comments./// Lorem ipsum... comment should have lines no more than
76 columns wide.
Use GitHub issue syntax in commit messages:
Closes #123Makes progress on #123