1 2 3 4 5 6 7
// rustfmt-indent_style: Block // rustfmt-imports_indent: Block // rustfmt-imports_layout: Vertical use std::{ env, fs, io::{Read, Write}, };