We made a ticket and let Rovo write code and make a PR.
All lines were CRLF instead of LF which we use. How can we configure Rovo/JIRA to use LF for coding?
Hello @AnToine van Maarle
There isn't a specific Jira or Rovo setting for line endings. Instead, you should enforce LG at the repository level using a .gitattributes. file. This ensures that Rovo and all other contributors follow the same standard automatically.
If your repo already has mixed endings, just perform a one-time cleanup commit after adding the file to normalize everything. It's much more reliable than trying to manage this via Rovo prompts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.