Skip to content

Commit

Permalink
DBZ-6 Enforce line ending style for most file types.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhauch committed Jan 27, 2016
1 parent 74f5b1a commit 9b283f5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9b283f5

Please sign in to comment.