ppalaga commented on a change in pull request #3537:
URL: https://github.com/apache/camel-quarkus/pull/3537#discussion_r802614271
##########
File path: .gitattributes
##########
@@ -0,0 +1,14 @@
+* text=auto
+
+*.java text
+
+*.ftl eol=lf
+*.ics eol=lf
+*.json eol=lf
+*.mustache eol=lf
+*.properties eol=lf
+*.tm eol=lf
+*.txt eol=lf
+*.vm eol=lf
+*.xml eol=lf
+
Review comment:
I wonder whether we want to list all suffixes for lf? Wouldn't it be
more practical to say lf for all and specify only the few that are known to
require Windows EOLs? Something like
```suggestion
* text=auto eol=lf
*.cmd text eol=crlf
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]