{
  key1 = 1,
  key2 = [
    2
  ],
  key3 = {
    key4 = 4
  }
}

# no indent after this line
{
  another = 1
}
