diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-03-26 15:59:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-26 16:59:36 -0400 |
| commit | fe8d3c51a4056f0dd61dbef332ad9e714b82089a (patch) | |
| tree | 871eb178792c4355564b858e79e0e61963e0ffef /.gitattributes | |
| parent | Refactor pkmncompress.c to use common.h (diff) | |
| download | pokeyellow-fe8d3c51a4056f0dd61dbef332ad9e714b82089a.tar.gz pokeyellow-fe8d3c51a4056f0dd61dbef332ad9e714b82089a.tar.xz pokeyellow-fe8d3c51a4056f0dd61dbef332ad9e714b82089a.zip | |
Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 48b1085c..e22e2bbb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,3 +15,6 @@ *.wav binary *.blk binary *.pic binary + +# Declare files that will always have CRLF line endings on checkout. +*.patch.template text eol=crlf linguist-language=INI |
