We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b0ce2 commit 0a09c98Copy full SHA for 0a09c98
1 file changed
src/manifest.md
@@ -216,10 +216,22 @@ main-script = "test/test.es"
216
217
```toml
218
[formatting]
219
-# Indent size.
220
-indent-size = 4
221
-# Indent type ("tab" or "whitespace").
222
-indent-type = "whitespace"
+# Number of spaces per indentation-level.
+#
+# Default: 4
+tab-width = 4
223
+# Use tabs for indentation?
224
225
+# Default: false
226
+use-tabs = false
227
+# Whether to insert semicolon after statements.
228
229
+# Default: true
230
+semicolon = true
231
+# Whether to use single quotes instead of double quotes.
232
233
234
+single-quote = false
235
```
236
237
## Application section
0 commit comments