prettier/tests/yaml_spec/spec-example-5-12-tabs-and-...

7 lines
96 B
YAML

# Tabs and spaces
quoted: "Quoted "
block: |
void main() {
printf("Hello, world!\n");
}