elm-tooling / tree-sitter-elm

Tree sitter implementation for elm
https://elm-tooling.github.io/tree-sitter-elm/
MIT License
75 stars 14 forks source link

Format the testsuite automatically #76

Closed razzeee closed 3 years ago

razzeee commented 3 years ago

This uses npx tree-sitter test -u to format the test files, which should lead to a uniform way of formatting these.

Previously we spend quiet some time on line breaking the changes, so that they reman readable. This can now be automated.