forked from BallAerospace/COSMOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
21 lines (21 loc) · 919 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Declare all ruby files should always have LF line endings on checkout.
*.rb text eol=lf
# Declare all sh files should always have LF line endings on checkout.
*.sh text eol=lf
# Declare all c files should always have LF line endings on checkout.
*.c text eol=lf
# Declare all yaml files should always have LF line endings on checkout.
*.yaml text eol=lf
*.yml text eol=lf
# Declare all js files should always have LF line endings on checkout.
*.js text eol=lf
# Declare all json files should always have LF line endings on checkout.
*.json text eol=lf
# Declare all md files should always have LF line endings on checkout.
*.md text eol=lf
# Declare all conf files should always have LF line endings on checkout.
*.conf text eol=lf
# Declare all redis acl files should always have LF line endings on checkout.
*.acl text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf