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

Add .gitattributes for ballerina language

This commit is contained in:
Chamin Wickramarathna 2018-10-14 10:50:02 +05:30 committed by GitHub
parent 3f6f5fb1a4
commit f4ced19f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

36
Ballerina.gitattributes Normal file
View File

@ -0,0 +1,36 @@
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.bal text
*.css text
*.df text
*.htm text
*.html text
*.js text
*.json text
*.properties text
*.sh text
*.tld text
*.txt text
*.tag text
*.tagx text
*.xml text
*.yml text
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.balx binary
*.dll binary
*.ear binary
*.gif binary
*.ico binary
*.jpg binary
*.jpeg binary
*.png binary
*.so binary