.taplo.toml 179 B

1234567
  1. exclude = ["node_modules/**/*.toml"]
  2. # https://taplo.tamasfe.dev/configuration/formatter-options.html
  3. [formatting]
  4. align_entries = true
  5. indent_tables = true
  6. reorder_keys = true