Skip to content

Instantly share code, notes, and snippets.

@unknwon
Created March 9, 2014 07:14
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/9443995 to your computer and use it in GitHub Desktop.
Save unknwon/9443995 to your computer and use it in GitHub Desktop.
; Comments can start with semicolon
# Or pound sign
key_default = This value will be overwritten
# This is the comment of super section, all the white spaces will be delete when it's parsing
[super]
# This is the comment of key_super
key_super = a normal key-value pair
# Equal sign can be replaced by colon
key_super2 : test value
# For testing Must serial methods
[must]
string = string value
int = 123
int64 = 123456
float64 = 123.456
bool = true
bool2 = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment