diff --git a/.gitattributes b/.gitattributes index 7fddec77..7c88a0a5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,10 @@ /web/app/src/manager-api/** linguist-generated=true **/*.gen.go linguist-generated=true +# In your Git config, set: +# git config core.eol native +# git config core.autocrlf true + # Set the default newline behavior, in case people don't have core.autocrlf set. * text=auto