tan-formatting 0.16.0

Formatting infrastructure for the Tan Language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
(let values [1 2 3 4])
(let values [
    "One"
    "litle"
    "cat"
    "is"
    "sitting"
    "next"
    "to"
    "the"
    "table"
])