DBZ-6 Enforce line ending style for most file types.

This commit is contained in:
Randall Hauch 2016-01-27 08:55:09 -06:00
parent 74f5b1ad4b
commit 9b283f5792

24
.gitattributes vendored Normal file
View File

@ -0,0 +1,24 @@
# Repository specific GIT options
# Set default handling of line terminators for all non explicitly listed file types:
* text=auto
# Force LF as internal repository format for all following files;
# this overrides user settings to enforce the *right format* :
*.java text
*.xml text
*.txt text
*.md text
*.html text
*.properties text
*.rb text
*.pot text
*.po text
*.xsd text
*.header text
*.groovy text
*.css text
# Specify we want Java-friendly readable chunk headers for diff:
*.java diff=java