add .gitattributes to enforce LF in Kotlin sources

Prevents CRLF from sneaking into .kt files when they get opened in
Android Studio on Windows during the dev loop. Without this, the file
on disk picks up CRLF after a save, the next edit commits it, and the
PR diff inflates with line-ending noise.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
another-simple-pixel
2026-05-13 09:49:19 -07:00
parent 62353d0e80
commit a920e50c28
+1
View File
@@ -0,0 +1 @@
*.kt text eol=lf