AI code generation - tabs vs spaces

This is a really small and possibly slightly silly ask, but, as part of the prompt that gets generated when sent to AI, can you bring over the Linqpad tabs vs spaces and preferred indentation method/amount in the prompt?
I get a tiny bit annoyed every time I ask the agent to make changes, and it uses tabs, when I want 4 spaces instead, I have to open find and replace, turn on regex, go \t => ....
:lol:

Comments

  • Thanks for letting me know - this is definitely not a silly ask.

    This should now be fixed in 9.9.3:

    • All system prompts now include your preferences on indentation type and size
    • Samples from the RAG are now reformatted in line with your indentation preferences (for implicit training)

    The only time a model should output different indentation now is for consistency with the existing text in a script. So, if a script is already indented with tabs, it will keep using tabs, so you don't end up with a mixture of indentation schemes.