# Default: auto CRLF normalization * text=auto # Kotlin/Gradle files: LF in repo, platform-native on checkout *.kt text eol=lf *.kts text eol=lf *.gradle text eol=lf # Shell scripts: always LF *.sh text eol=lf *.bash text eol=lf # Dart files *.dart text eol=lf # Windows PowerShell scripts: CRLF *.ps1 text eol=crlf *.bat text eol=crlf *.cmd text eol=crlf # Binary files: no conversion *.png binary *.jpg binary *.jpeg binary *.gif binary *.webp binary *.ico binary *.apk binary *.so binary *.ttf binary *.otf binary