mirror of https://github.com/apache/maven.git
o i believe the settings were initially setup wrong and the content for the *.pom files have window line endings, a normal checkout for someone on unix yields a massive number of line ending changes. this change prevents that, but happy if we want to realign the content to be normalized with unix line endings and have git do the auto conversion
This commit is contained in:
parent
58c0f58ad0
commit
3bb515e722
|
@ -1,9 +1,2 @@
|
|||
# Auto detect text files and perform LF normalization
|
||||
*.jar -text -crlf
|
||||
* text=auto
|
||||
|
||||
*.java text diff=java
|
||||
*.html text diff=html
|
||||
*.css text
|
||||
*.js text
|
||||
*.sql text
|
||||
|
|
Loading…
Reference in New Issue