Formatting

When using Tombi as a formatter in VSCode, please set the following configuration.

{
  "editor.formatOnSave": true,
  "[toml]": {
    "editor.defaultFormatter": "tombi-toml.tombi"
  }
}