Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
Good!

Co-authored-by: Josh Holmer <jholmer.in@gmail.com>
  • Loading branch information
wugeer and shssoichiro authored Sep 17, 2024
1 parent 89ef179 commit c8b59b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ pub struct FormatOptions {
///
/// Default: 2 spaces
pub indent: Indent,
/// When set, changes reserved keywords to ALL CAPS
/// When true, changes reserved keywords to ALL CAPS.
/// When false, changes reserved keywords to all lowercase.
///
/// Default: false
/// Default: None
pub uppercase: Option<bool>,
/// Controls the number of line breaks after a query
///
Expand Down

0 comments on commit c8b59b0

Please sign in to comment.