Merge pull request #4 from rhauch/dbz-6

DBZ-6 Enforce line ending style for most file types
This commit is contained in:
Randall Hauch 2016-01-27 09:02:40 -06:00
commit 39cb1eb8d5

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