Created
March 9, 2014 07:14
-
-
Save unknwon/9443995 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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