tidy: Check TOML format

This commit is contained in:
Taiki Endo
2024-02-23 03:08:59 +09:00
parent 19e9b549a4
commit 7bf72b04de
2 changed files with 24 additions and 0 deletions

9
.taplo.toml Normal file
View File

@@ -0,0 +1,9 @@
# 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 = " "