view runtime/indent/testdir/bitbake.ok @ 32670:695b50472e85

Fix line endings issue
author Christian Brabandt <cb@256bit.org>
date Mon, 26 Jun 2023 13:13:12 +0200
parents 67f31c24291b
children
line wrap: on
line source

# vim: set filetype=bitbake :

# START_INDENT
FOO = " \
    bar \
    baz \
    qux \
"

do_configure() {
    oe_conf
}

python do_task() {
    def foo(x):
        if y:
            print(x)
}
# END_INDENT