Skip to content

Commit 0a09c98

Browse files
committed
upd
1 parent 72b0ce2 commit 0a09c98

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

src/manifest.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,22 @@ main-script = "test/test.es"
216216

217217
```toml
218218
[formatting]
219-
# Indent size.
220-
indent-size = 4
221-
# Indent type ("tab" or "whitespace").
222-
indent-type = "whitespace"
219+
# Number of spaces per indentation-level.
220+
#
221+
# Default: 4
222+
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+
# Default: false
234+
single-quote = false
223235
```
224236

225237
## Application section

0 commit comments

Comments
 (0)