tree-sitter-tests-formatter 0.1.0

tree-sitter tests file formatter
Documentation

Examples

CLI

tsfmt --path /Users/charles/Developer/tree-sitter-sourcepawn/test/corpus

Code usage

use tree_sitter_tests_formatter::format_files;

fn main() {
    let path = PathBuf::from("tests/corpus");
    format_tests_dir(&path);
}