opcodes: add a .gitattributes file for aarch64 autogenerated file exceptions

The autogenerated files in opcodes use spaces for indentation.
Changing that would be a lot of work to little benefit, so add a local
override to the white-space rules, so patches apply cleanly.
This commit is contained in:
Richard Earnshaw 2024-05-23 16:25:51 +01:00
parent 08b0f198b1
commit 73061b1e53

3
opcodes/.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
# The aarch64 generated files use spaces for indentation, so we need to
# overrule the top-level whitespace rule.
aarch64*-2.* whitespace=space-before-tab,trailing-space