tan-formatting 0.16.0

Formatting infrastructure for the Tan Language
Documentation
; Example data
[
    {
        :given_name "George"
        :family_name "Moschovitis"
        :score 98
        :birth_date #Date "2000-01-01"
        :labels [
                    "admin"
            "owner"
        ]
    }
    {
        :given_name "Eleni"
           :family_name "Constantopoulos"
        :score 100
        :labels [
            "user"
        ]
    }
]