22 lines
549 B
Plaintext
22 lines
549 B
Plaintext
# Auto normalize line endings
|
|
* text=auto
|
|
|
|
# Force consistent line endings for code
|
|
*.cs text eol=lf
|
|
*.shader text eol=lf
|
|
*.cginc text eol=lf
|
|
*.hlsl text eol=lf
|
|
*.glsl text eol=lf
|
|
|
|
# Unity serialized files (preserve CRLF for compatibility)
|
|
*.meta text eol=crlf
|
|
*.unity text eol=crlf
|
|
*.prefab text eol=crlf
|
|
*.asset text eol=crlf
|
|
|
|
# Optional: Git LFS (Uncomment if using it)
|
|
# *.psd filter=lfs diff=lfs merge=lfs -text
|
|
# *.fbx filter=lfs diff=lfs merge=lfs -text
|
|
# *.png filter=lfs diff=lfs merge=lfs -text
|
|
# *.wav filter=lfs diff=lfs merge=lfs -text
|