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.
1 parent b2ffbbb commit fccf5c0Copy full SHA for fccf5c0
1 file changed
src/chunk.rs
@@ -9,6 +9,8 @@ pub struct Settings {
9
/// If disabled, `pdf-writer` will serialize objects as compactly as
10
/// possible, leading to better file sizes but making it harder to inspect
11
/// the file manually.
12
+ ///
13
+ /// _Default value_: `true`.
14
pub pretty: bool,
15
}
16
0 commit comments