Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Prepare for 2.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nishtahir committed Jun 17, 2018
1 parent 05ecbe6 commit b622c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Once your `.wistrc.json` has been configured to your liking. Invoke wist on your
$ wist yourfile.brs
```

## Wist format
## Wist format (experimental)

Wist format or `wist-fmt` is an opinionated code formatter built into Wist. It works by traversing your codes abstract syntax tree and reprinting it with the appropriate whitespace after. `wist-fmt` can be run in a pre-commit hook, or in your CI environments to ensure your codebase has a consistent code style.

Expand Down

0 comments on commit b622c9d

Please sign in to comment.