1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00

Added Matlab diff

This commit is contained in:
Richie Bendall 2019-03-09 15:33:13 +13:00
parent c5ffaa7265
commit b35995c1a2

View File

@ -4,8 +4,8 @@
# Source files
# ============
*.m text
*.mu text
*.m text diff=matlab
*.mu text diff=matlab
# Caution: *.m also matches Mathematica packages.