Skip to content

Instantly share code, notes, and snippets.

@cari-lynn
Last active April 13, 2021 23:36
Show Gist options
  • Save cari-lynn/73596549ea02edf2ffb456d2f4b353f3 to your computer and use it in GitHub Desktop.
Save cari-lynn/73596549ea02edf2ffb456d2f4b353f3 to your computer and use it in GitHub Desktop.
Starlark multiline string preserve whitespace
def starlark_func():
return '''
Yesterday it worked.
Today it is not working.
That's computers. Sigh.
'''
end
#@ load("demo.star", "starlark_func")
multiline: #@ starlark_func()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment