We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Clone
Style
1 parent f93cca2 commit 3547f60Copy full SHA for 3547f60
src/format.rs
@@ -15,7 +15,7 @@ pub(crate) struct Formatter<'a> {
15
///
16
/// Currently we only have indentation configured, other things might be
17
/// added later (such as minification).
18
-#[derive(Debug, PartialEq)]
+#[derive(Debug, PartialEq, Clone)]
19
pub struct Style {
20
indent: u32,
21
}
0 commit comments