mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00: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 |