When call_parentheses is None, NoSingleString, or NoSingleTable, currently stylua always places a space between the function name and the argument (for example require "mymod"``). However I prefer not to have the space (require"mymod"). Could there be an option to specify that? Or alternatively, respect the space_after_function_names` option for calls without parentheses as well (or have additional values for that option).