mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
10 lines
225 B
TOML
10 lines
225 B
TOML
# Taplo configuration
|
|
# https://taplo.tamasfe.dev/configuration/formatter-options.html
|
|
|
|
[formatting]
|
|
align_comments = false
|
|
allowed_blank_lines = 1
|
|
array_auto_collapse = false
|
|
array_auto_expand = false
|
|
indent_string = " "
|