uwidev / sd_extension-prompt_formatter

Prompt formatter extension for automatic1111's stable diffusion web-ui
GNU Affero General Public License v3.0
95 stars 9 forks source link

Request: remove whitespaces at the beginning and end of each line #20

Closed azumukupoe closed 2 weeks ago

uwidev commented 2 weeks ago

So like an option to join all lines together with a space?

e.g.


a, 
b, 
c

Now becomes?

a, b, c
azumukupoe commented 2 weeks ago

@uwidev Sorry if I wasn't clear enough I just want the trailing and 'leading' whitespace to be removed e.g.

 abc 
should be
abc