Skip to content

Commit fccf5c0

Browse files
committed
Document default value
1 parent b2ffbbb commit fccf5c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/chunk.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ pub struct Settings {
99
/// If disabled, `pdf-writer` will serialize objects as compactly as
1010
/// possible, leading to better file sizes but making it harder to inspect
1111
/// the file manually.
12+
///
13+
/// _Default value_: `true`.
1214
pub pretty: bool,
1315
}
1416

0 commit comments

Comments
 (0)