Crates.io | tree-sitter-tests-formatter |
lib.rs | tree-sitter-tests-formatter |
version | 0.1.0 |
source | src |
created_at | 2023-12-09 17:03:28.133673 |
updated_at | 2023-12-09 17:03:28.133673 |
description | tree-sitter tests file formatter |
homepage | |
repository | https://github.com/Sarrus1/tree-sitter-tests-formatter |
max_upload_size | |
id | 1063790 |
size | 42,573 |
tsfmt --path /Users/charles/Developer/tree-sitter-sourcepawn/test/corpus
use tree_sitter_tests_formatter::format_files;
fn main() {
let path = PathBuf::from("tests/corpus");
format_tests_dir(&path);
}