17 lines
297 B
Plaintext
17 lines
297 B
Plaintext
aligned {
|
|
# We have some aligned items below
|
|
foo = "bar" # yoo1
|
|
default = "bar" # yoo2
|
|
bar = "bar" # yoo3
|
|
default = {
|
|
bar = "example"
|
|
}
|
|
#deneme arslan
|
|
fatih = ["fatih"] # yoo4
|
|
#fatih arslan
|
|
fatiharslan = ["arslan"] // yoo5
|
|
default = {
|
|
bar = "example"
|
|
}
|
|
}
|