I'm developing a package that uses a lot of glue. In each usage I want to use .trim = FALSE. It's very troublesome to add .trim = FALSE parameter to every glue call.
It would be wonderful to be able to set a global option for that, or for any other parameters (I also use .open = "{{" in every call).