helix: auto-format TOML
This commit is contained in:
parent
a6f5f6baa7
commit
afa7d0a5b6
|
@ -588,6 +588,12 @@
|
|||
unit = "\t";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "toml";
|
||||
file-types = ["toml"];
|
||||
scope = "source.toml";
|
||||
auto-format = true;
|
||||
}
|
||||
|
||||
# {
|
||||
# name = "javascript";
|
||||
|
|
Loading…
Reference in a new issue