Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created May 19, 2014 03:05
Show Gist options
  • Select an option

  • Save ingydotnet/021cecc1cfb0f8369fbd to your computer and use it in GitHub Desktop.

Select an option

Save ingydotnet/021cecc1cfb0f8369fbd to your computer and use it in GitHub Desktop.
value and comment: hello # comment here
single line string: 'ok # not a comment' # this is a comment
double quoted: "this line has a newline at end\n"
literal: |
indented text
is 4 lines and
has leading spaces removed
all content # including the is part of the literal
number: 42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment