Normalize tracked text for Linux CI

This commit is contained in:
gamer147
2026-08-03 12:07:13 -04:00
parent cfe6b01472
commit 378d892b01
12 changed files with 7647 additions and 7639 deletions

13
.gitattributes vendored
View File

@@ -64,10 +64,9 @@
*.woff2 binary
*.zip binary
# These generated files currently have CRLF committed by generator contract.
# Preserve their bytes while retaining textual diffs until the generators and
# their committed output are deliberately migrated together.
docs/opcode-reference.md -text -eol diff whitespace=trailing-space,space-before-tab,cr-at-eol
docs/global-reference.md -text -eol diff whitespace=trailing-space,space-before-tab,cr-at-eol
docs/engine-ctx-reference.md -text -eol diff whitespace=trailing-space,space-before-tab,cr-at-eol
tools/age_opcodes_himegari.py -text -eol diff whitespace=trailing-space,space-before-tab,cr-at-eol
# Generated references are ordinary canonical-LF text. Their whitespace
# exceptions preserve generator-owned formatting without disabling EOL policy.
docs/opcode-reference.md whitespace=trailing-space,space-before-tab,cr-at-eol
docs/global-reference.md whitespace=trailing-space,space-before-tab,cr-at-eol
docs/engine-ctx-reference.md whitespace=trailing-space,space-before-tab,cr-at-eol
tools/age_opcodes_himegari.py whitespace=trailing-space,space-before-tab,cr-at-eol