We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5623d04 commit 07fdd26Copy full SHA for 07fdd26
1 file changed
README.md
@@ -2,15 +2,15 @@
2
3
Linting and formatting tools for Talon and Cursorless.
4
5
-## CLI
+## Command line
6
7
```sh
8
talon-fmt [options] [file/dir/glob ...]
9
snippet-fmt [options] [file/dir/glob ...]
10
tree-sitter-fmt [options] [file/dir/glob ...]
11
```
12
13
-### Options
+### CLI options
14
15
All binaries support these options:
16
@@ -20,6 +20,8 @@ All binaries support these options:
20
| `--version` | Show version |
21
| `--check` | Check formatting without writing |
22
23
+## Formatting options
24
+
25
Formatting options are read from [.editorconfig](https://editorconfig.org) based on the file path being
26
formatted. For stdin, the formatter resolves a synthetic file such as
27
`stdin.talon`, `stdin.talon-list`, `stdin.scm`, or `stdin.snippet` from the
0 commit comments