Thanks for your work ! Let's say I have a multiline string with trailing whitespace at the end of lines: ```lua local str = [[ blah ]] ``` The formatter will remove the trailing spaces, which is not a desirable behavior since it will change the actual contents of the string.