We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56e69f commit d314406Copy full SHA for d314406
README.md
@@ -131,6 +131,24 @@ You can directly import the config into IntelliJ Idea for instance:
131
132

133
134
+## Indent configuration
135
+
136
+In `.prettierrc.yaml`, you can configure the indent:
137
138
+For using four spaces:
139
140
+```yaml
141
+tabWidth: 4
142
+```
143
144
+For using tabs:
145
146
147
+useTabs: true
148
149
150
+For more details see <https://prettier.io/docs/en/configuration.html>.
151
152
## Contributing
153
154
Contributions are very welcome.
0 commit comments