Created
July 23, 2015 09:38
-
-
Save maerzbow/ecf1f44852b91f28e06f to your computer and use it in GitHub Desktop.
This file contains 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
; this comment is ignored because it is not directly followed by a key-value pair | |
; this comment will be stored along with the section information | |
[section1] | |
; comments in .ini files can start with hash | |
hello_user = Hello stranger! | |
[section2] | |
; this key belongs to section2 and no longer to section1 | |
welcome_message = Welcome back, we have missed you | |
; multi line comments belong to the next key value pair | |
; as long as they are not interrupted by a white line | |
visit_count = this is your millionth visit to our site |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment