mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-01-05 10:27:02 +08:00
224b09f8fd
* (fix) enforce Unix (LF) line endings in docker/ directory * (fix) update docker docs wrt line endings on Windows * (fix) static check fixes
5 lines
283 B
Plaintext
5 lines
283 B
Plaintext
# Auto normalizes line endings on commit so devs don't need to change local settings.
|
|
# Only affects text files and ignores other file types.
|
|
# For more info see: https://www.aleksandrhovhannisyan.com/blog/crlf-vs-lf-normalizing-line-endings-in-git/
|
|
* text=auto
|
|
docker/** text eol=lf |