Skip to content

Commit

Permalink
Add information on how to change indent
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored and clementdessoude committed Nov 26, 2023
1 parent b56e69f commit d314406
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,24 @@ You can directly import the config into IntelliJ Idea for instance:

![Import Checkstyle configuration](./docs/checkstyle/import-checkstyle-configuration.gif)

## Indent configuration

In `.prettierrc.yaml`, you can configure the indent:

For using four spaces:

```yaml
tabWidth: 4
```
For using tabs:
```yaml
useTabs: true
```
For more details see <https://prettier.io/docs/en/configuration.html>.
## Contributing
Contributions are very welcome.
Expand Down

0 comments on commit d314406

Please sign in to comment.