view runtime/indent/testdir/bitbake.in @ 35157:c3d7b6a450c0 default tip

translation(it): update translation of xxd manpage Commit: https://github.com/vim/vim/commit/9e4bfb219f606502f789a460f090b6bf1cf70b97 Author: Antonio Giovanni Colombo <azc100@gmail.com> Date: Fri May 10 23:51:30 2024 +0200 translation(it): update translation of xxd manpage Signed-off-by: Antonio Giovanni Colombo <azc100@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 11 May 2024 00:00:04 +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