mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 09:50:29 -05:00
10 lines
158 B
Plaintext
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
|