diff options
author | Benji Dial <benji3.141@gmail.com> | 2020-05-25 16:27:02 -0400 |
---|---|---|
committer | Benji Dial <benji3.141@gmail.com> | 2020-05-25 16:27:02 -0400 |
commit | 0d121f99f3c68406db847de7eb1f7bcdedac0d7b (patch) | |
tree | eb236814677fc675de14dba82aa08ab167f8e1bd /.gitattributes | |
parent | 578f0452ecdab84c0bdd317c3032844bfec57e87 (diff) | |
download | portland-os-0d121f99f3c68406db847de7eb1f7bcdedac0d7b.tar.gz |
do the same for .c files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 0469601..3406232 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.h gitlab-language=c +*.c gitlab-language=c
\ No newline at end of file |