diff options
author | Christoph Päper <bugzilla@crissov.de> | 2017-10-05 20:24:43 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-10-05 14:24:43 -0400 |
commit | f2be987504692627dd101b51c4ea725d4a00cfde (patch) | |
tree | 415ce56e8a1ea2490cb5015eca6b30e7b8cef8e3 | |
parent | e3a3292e87ef212e3c2134e34e28de0fff3d2978 (diff) |
Create .gitattributes so that changelog.txt is highlighted as markdown (#499)
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1df9092 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +changelog.txt linguist-language=markdown |