-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
###################### | ||
## HEADER COMMENT ## | ||
###################### | ||
|
||
# This comment has a blank line above (header separator) | ||
key-1: This is a root key | ||
|
||
# This comment has a blank line above (pretty format) | ||
key-2: | ||
# This comment does not have a blank line above | ||
key-2-1: This is a nested key | ||
|
||
# This comment has a blank line above | ||
key-2-2: This is a nested key | ||
|
||
# This comment has a blank line above | ||
key-2-3: This is a nested key | ||
|
||
#--------------------# | ||
# Custom block format | ||
#--------------------# | ||
custom: | ||
#--------------------# | ||
# This is a multiline | ||
# comment without | ||
# blank line above | ||
#--------------------# | ||
multiline: This is a nested key # Side comment | ||
|
||
#--------------------# | ||
# This comment has | ||
# a blank line above | ||
# and custom format | ||
#--------------------# | ||
blank-line-custom: This is a nested key | ||
|
||
# *** | ||
#~ This is a multiline | ||
#~~ custom raw comment | ||
# *** | ||
|
||
raw: This is a nested key |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
language: "EN" # English(EN), French(FR)... | ||
string-list: | ||
- "Hello" | ||
- "World" | ||
boolean: true |