Skip to content

Commit

Permalink
chore: fix indent typo in configuration options (#25)
Browse files Browse the repository at this point in the history
* chore: fix indent typo in configuration options

* Update README.md
  • Loading branch information
aslafy-z committed Aug 24, 2022
1 parent 850e08b commit 5ad1599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ In your `.yamlfmt` file you can also specify configuration for the formatter if
```yaml
formatter:
type: basic
indentation: 4
indent: 4
```
If the type is not specified, the default formatter will be used. In the tool included in this repo, the default is the [basic formatter](formatters/basic).

Expand Down
4 changes: 2 additions & 2 deletions formatters/basic/README.md
Expand Up @@ -6,5 +6,5 @@ The basic formatter is a barebones formatter that simply takes the data provided

| Key | Default | Description |
|:-------------------------|:--------|:------------|
| `indentation` | 2 | The indentation level in spaces to use for the formatted yaml|
| `include_document_start` | false | Include `---` at document start |
| `indent` | 2 | The indentation level in spaces to use for the formatted yaml|
| `include_document_start` | false | Include `---` at document start |

0 comments on commit 5ad1599

Please sign in to comment.