Skip to content

Instantly share code, notes, and snippets.

@unknwon
Created March 9, 2014 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unknwon/9444000 to your computer and use it in GitHub Desktop.
Save unknwon/9444000 to your computer and use it in GitHub Desktop.
; Google
google=www.google.com
search=http://%(google)s
; Here are Comments
; Second line
[Demo]
# This symbol can also make this line to be comments
key1=Let's us goconfig!!!
key2=test data
key3=this is based on key2:%(key2)s
[What's this?]
; Not Enough Comments!!
name=try one more value ^-^
[parent]
name=john
relation=father
sex=male
age=32
[parent.child]
age=3
; Auto increment by setting key to "-"
[auto increment]
-=hello
-=go
-=config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment