Home | History | Annotate | Download | only in pyyaml
      1 # Tabs do's and don'ts:
      2 # comment: 	
      3 quoted: "Quoted		"
      4 block: |
      5   void main() {
      6   	printf("Hello, world!\n");
      7   }
      8 elsewhere:	# separation
      9 	indentation, in	plain scalar
     10