Files
FormatterLib/.gitattributes
2026-05-31 21:19:35 +03:00

9 lines
197 B
Plaintext

# Linux start script should use lf
/gradlew text eol=lf
# Windows script files should use crlf
*.bat text eol=crlf
# Binary files should be left untouched
*.jar binary