diff options
| author | Judah Caruso <judah@tuta.io> | 2022-11-18 14:57:42 -0700 |
|---|---|---|
| committer | Judah Caruso <judah@tuta.io> | 2022-11-18 14:57:42 -0700 |
| commit | b117528a8a639eca265d8ce3ca8804567e4a5e70 (patch) | |
| tree | e47913260c4138852d2c033fd29751d64eedc4de | |
| parent | 1eabedab6099767c03710d6e36ecfe19434da848 (diff) | |
updated README
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" ] } ``` |