Normalize tracked text for Linux CI
This commit is contained in:
13
.gitattributes
vendored
13
.gitattributes
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user