Skip to content

Instantly share code, notes, and snippets.

@maerzbow
Created July 23, 2015 09:38
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 maerzbow/ecf1f44852b91f28e06f to your computer and use it in GitHub Desktop.
Save maerzbow/ecf1f44852b91f28e06f to your computer and use it in GitHub Desktop.
; 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