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