aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJudah Caruso <judah@tuta.io>2022-11-18 14:57:42 -0700
committerJudah Caruso <judah@tuta.io>2022-11-18 14:57:42 -0700
commitb117528a8a639eca265d8ce3ca8804567e4a5e70 (patch)
treee47913260c4138852d2c033fd29751d64eedc4de
parent1eabedab6099767c03710d6e36ecfe19434da848 (diff)
updated README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 24ec1bc..b7391c9 100644
--- a/README.md
+++ b/README.md
@@ -166,4 +166,5 @@ indent = { tab-width = 2, unit = " " }
language-server = { command = "ols" }
injection-regex = "odin"
roots = ["ols.json"]
+formatter = { command = "odinfmt", args = [ "-stdin", "true" ] }
```