Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Aug 31, 2023
1 parent 5bd5471 commit 060f82a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ import init, { format } from "@wasm-fmt/ruff_fmt";

// ...
const formatted = format(input, {
indent_style: 4,
indent_style: "space",
indent_width: 4,
line_width: 88,
quote_style: "double",
magic_trailing_comma: "respect",
Expand Down

0 comments on commit 060f82a

Please sign in to comment.