2015-10-31 22:24:50 +00:00
|
|
|
// A standalone comment
|
|
|
|
|
|
|
|
aligned = {
|
|
|
|
# Standalone 1
|
|
|
|
|
2015-11-04 14:21:17 +00:00
|
|
|
a = "bar" # yoo1
|
2015-10-31 22:24:50 +00:00
|
|
|
default = "bar" # yoo2
|
|
|
|
|
|
|
|
# Standalone 2
|
|
|
|
}
|
|
|
|
|
|
|
|
# Standalone 3
|
|
|
|
|
|
|
|
numbers = [1, 2] // another line here
|
|
|
|
|
|
|
|
# Standalone 4
|