diff options
| author | Nick Brassel <nick@tzarc.org> | 2022-01-06 08:56:31 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-05 21:56:31 +0000 |
| commit | 7b151143f77f102c6b48f3b9249e3298150dcabe (patch) | |
| tree | 487ce6d0cb961b81eb335784cc903feccbef6216 /.gitattributes | |
| parent | efa2b5b683fd28eef1f36080f6a1d95a1cb5fbef (diff) | |
| download | qmk_firmware-7b151143f77f102c6b48f3b9249e3298150dcabe.tar.gz qmk_firmware-7b151143f77f102c6b48f3b9249e3298150dcabe.zip | |
eol=lf, where appropriate (#15752)
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 113 |
1 files changed, 57 insertions, 56 deletions
diff --git a/.gitattributes b/.gitattributes index a0fd4fed6..30a783f26 100644 --- a/.gitattributes +++ b/.gitattributes | |||
| @@ -2,69 +2,70 @@ | |||
| 2 | * text=auto | 2 | * text=auto |
| 3 | 3 | ||
| 4 | # sources | 4 | # sources |
| 5 | *.c text | 5 | *.c text eol=lf |
| 6 | *.cc text | 6 | *.cc text eol=lf |
| 7 | *.cxx text | 7 | *.cxx text eol=lf |
| 8 | *.cpp text | 8 | *.cpp text eol=lf |
| 9 | *.c++ text | 9 | *.c++ text eol=lf |
| 10 | *.hpp text | 10 | *.hpp text eol=lf |
| 11 | *.h text | 11 | *.h text eol=lf |
| 12 | *.h++ text | 12 | *.h++ text eol=lf |
| 13 | *.hh text | 13 | *.hh text eol=lf |
| 14 | *.bat text | 14 | *.bat text eol=crlf |
| 15 | *.coffee text | 15 | *.cmd text eol=crlf |
| 16 | *.css text | 16 | *.coffee text eol=lf |
| 17 | *.htm text | 17 | *.css text eol=lf |
| 18 | *.html text | 18 | *.htm text eol=lf |
| 19 | *.inc text | 19 | *.html text eol=lf |
| 20 | *.ini text | 20 | *.inc text eol=lf |
| 21 | *.js text | 21 | *.ini text eol=crlf |
| 22 | *.jsx text | 22 | *.js text eol=lf |
| 23 | *.json text | 23 | *.jsx text eol=lf |
| 24 | *.less text | 24 | *.json text eol=lf |
| 25 | *.php text | 25 | *.less text eol=lf |
| 26 | *.pl text | 26 | *.php text eol=lf |
| 27 | *.py text | 27 | *.pl text eol=lf |
| 28 | *.rb text | 28 | *.py text eol=lf |
| 29 | *.sass text | 29 | *.rb text eol=lf |
| 30 | *.scm text | 30 | *.sass text eol=lf |
| 31 | *.scss text | 31 | *.scm text eol=lf |
| 32 | *.sh text | 32 | *.scss text eol=lf |
| 33 | *.sql text | 33 | *.sh text eol=lf |
| 34 | *.styl text | 34 | *.sql text eol=lf |
| 35 | *.ts text | 35 | *.styl text eol=lf |
| 36 | *.xml text | 36 | *.ts text eol=lf |
| 37 | *.xhtml text | 37 | *.xml text eol=lf |
| 38 | *.xhtml text eol=lf | ||
| 38 | 39 | ||
| 39 | # make files (need to always use lf for compatibility with Windows 10 bash) | 40 | # make files (need to always use lf for compatibility with Windows 10 bash) |
| 40 | Makefile eol=lf | 41 | Makefile eol=lf |
| 41 | *.mk eol=lf | 42 | *.mk eol=lf |
| 42 | 43 | ||
| 43 | # make files (need to always use lf for compatibility with Windows 10 bash) | 44 | # make files (need to always use lf for compatibility with Windows 10 bash) |
| 44 | *.sh eol=lf | 45 | *.sh eol=lf |
| 45 | 46 | ||
| 46 | # documentation | 47 | # documentation |
| 47 | *.markdown text | 48 | *.markdown text eol=lf |
| 48 | *.md text | 49 | *.md text eol=lf |
| 49 | *.mdwn text | 50 | *.mdwn text eol=lf |
| 50 | *.mdown text | 51 | *.mdown text eol=lf |
| 51 | *.mkd text | 52 | *.mkd text eol=lf |
| 52 | *.mkdn text | 53 | *.mkdn text eol=lf |
| 53 | *.mdtxt text | 54 | *.mdtxt text eol=lf |
| 54 | *.mdtext text | 55 | *.mdtext text eol=lf |
| 55 | *.txt text | 56 | *.txt text eol=lf |
| 56 | AUTHORS text | 57 | AUTHORS text eol=lf |
| 57 | CHANGELOG text | 58 | CHANGELOG text eol=lf |
| 58 | CHANGES text | 59 | CHANGES text eol=lf |
| 59 | CONTRIBUTING text | 60 | CONTRIBUTING text eol=lf |
| 60 | COPYING text | 61 | COPYING text eol=lf |
| 61 | INSTALL text | 62 | INSTALL text eol=lf |
| 62 | license text | 63 | license text eol=lf |
| 63 | LICENSE text | 64 | LICENSE text eol=lf |
| 64 | NEWS text | 65 | NEWS text eol=lf |
| 65 | readme text | 66 | readme text eol=lf |
| 66 | *README* text | 67 | *README* text eol=lf |
| 67 | TODO text | 68 | TODO text eol=lf |
| 68 | 69 | ||
| 69 | GRAPHICS | 70 | GRAPHICS |
| 70 | *.ai binary | 71 | *.ai binary |
| @@ -82,7 +83,7 @@ GRAPHICS | |||
| 82 | *.png binary | 83 | *.png binary |
| 83 | *.psb binary | 84 | *.psb binary |
| 84 | *.psd binary | 85 | *.psd binary |
| 85 | *.svg text | 86 | *.svg text eol=lf |
| 86 | *.svgz binary | 87 | *.svgz binary |
| 87 | *.tif binary | 88 | *.tif binary |
| 88 | *.tiff binary | 89 | *.tiff binary |
