TOML
TOML support is available through the TOML extension.
- Tree Sitter: tree-sitter/tree-sitter-toml
- Language Server: tamasfe/taplo
Configuration
You can control the behavior of the Taplo TOML language server by adding a .taplo.toml file to the root of your project. See the Taplo Configuration File and Taplo Formatter Options documentation for more.
# .taplo.toml
include = ["Cargo.toml", "some_directory/**/*.toml"]
# exclude = ["Cargo.toml"]
[formatting]
align_entries = true
reorder_keys = true