This handles blocking the caller thread, setting up the coroutine scope for work, and waiting for the final frame to render. Also add a new simple example (although it's partially broken since the final frame is missing).
16 lines
205 B
INI
16 lines
205 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.yaml]
|
|
indent_style = space
|
|
|
|
[*.md]
|
|
indent_style = space
|