forked from debezium/debezium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DBZ-6 Enforce line ending style for most file types.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |