mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
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:
parent
08b0f198b1
commit
73061b1e53
1 changed files with 3 additions and 0 deletions
3
opcodes/.gitattributes
vendored
Normal file
3
opcodes/.gitattributes
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue