Function air_beautifier::beautify
source ยท pub fn beautify(
air_script: &str,
output: &mut impl Write,
enable_patterns: bool,
) -> Result<(), BeautifyError>
Expand description
Beautify the air_script
with default settings to the output
.