diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index c8c0c178..bbb4a20d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -*.wlk binary +# treat script files as C (for highlighting in merge requests) +npc/**/*.txt linguist-language=C gitlab-language=c |