diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-03-12 17:34:04 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-12 18:34:04 -0500 |
| commit | 31c3c94d64e1ac1e40c95acfda7de8b99b4f302b (patch) | |
| tree | 274ec3a4fb4cacaa3d0f88c713085cfb5a3c85d1 /.gitattributes | |
| parent | 775b5d046c7f42a3bd8034b92da92e25969bdbf7 (diff) | |
Build the Virtual Console patch with `make crystal11_vc` (#882)
Fixes #813
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 3cf462d95..12b953460 100644 --- a/.gitattributes +++ b/.gitattributes @@ -28,6 +28,9 @@ *.attrmap binary diff=hex *.tilemap binary diff=hex +# Declare files that will always have CRLF line endings on checkout. +*.patch.template text eol=crlf linguist-language=INI + # these are generated but just in case *.lz binary diff=hex *.2bpp binary diff=hex |
