diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 16:31:31 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 16:31:31 +0100 |
commit | 8df4de4557ea49ff39462505a0662aacca447bf3 (patch) | |
tree | f2620bc4d9337f32bbc009c0bc77b40ee9370f76 /.gitattributes | |
parent | 151e1f9a56bce31c2703610980c00fc8f527aa6a (diff) |
animations kinda work
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 11d30a3c..dd0bf3eb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,7 +6,7 @@ *.rc text eol=lf *.vert text eol=lf *.frag text eol=lf -*.json text eol=lf +*.json -text *.sh text eol=lf *.cmake text eol=lf *.conf text eol=lf |