Struct graphql_parser::format::Style
[−]
[src]
pub struct Style { /* fields omitted */ }
A configuration of formatting style
Currently we only have indentation configured, other things might be added later (such as minification).
Methods
impl Style
[src]
fn indent(&mut self, indent: u32) -> &mut Self
[src]
Change the number of spaces used for indentation