From b622c9d3a12d1d52838743eb1dc1f3a10833b450 Mon Sep 17 00:00:00 2001 From: Nish Tahir Date: Sun, 17 Jun 2018 14:16:25 -0400 Subject: [PATCH] Prepare for 2.0.0 Release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cda9c29..f76c736 100644 --- a/README.md +++ b/README.md @@ -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.