diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-29 23:39:50 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-29 23:39:50 +0200 |
commit | 2a28ebacdbe5f21faff52734291b7dfe1ac63736 (patch) | |
tree | 0c76037ff1fe618d47a701f26d57fdd5b74f6906 /.gitattributes | |
parent | 5f7fc081e144f326180744c8a60e580977ebf00a (diff) |
update gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 334ba69d..11d30a3c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,10 +4,13 @@ *.[ch] text eol=lf *.inl text eol=lf *.rc text eol=lf +*.vert text eol=lf +*.frag text eol=lf *.json text eol=lf *.sh text eol=lf *.cmake text eol=lf *.conf text eol=lf +*.txt text eol=lf .git?* text eol=lf *.tga -text |