helix: auto-format TOML

This commit is contained in:
Daniel Flanagan 2024-07-31 10:06:11 -05:00
parent a6f5f6baa7
commit afa7d0a5b6

View file

@ -588,6 +588,12 @@
unit = "\t";
};
}
{
name = "toml";
file-types = ["toml"];
scope = "source.toml";
auto-format = true;
}
# {
# name = "javascript";