Simulate trailing whitespace in empty greater blocks just like drawers.

This commit is contained in:
Tom Alexander
2023-04-22 21:45:18 -04:00
parent 4d4d30c597
commit 0ca6ce504f
18 changed files with 107 additions and 106 deletions

View File

@@ -2,6 +2,7 @@ use std::env;
use std::fs::File;
use std::io::Write;
use std::path::Path;
use walkdir::WalkDir;
fn main() {