Files
kestra/.gitattributes

10 lines
158 B
Plaintext

# Match the .editorconfig
* text=auto eol=lf
# Scripts
*.bat text eol=crlf
*.sh text eol=lf
# Gradle wrapper
/gradlew text eol=lf