cringethon

This commit is contained in:
Tao Tien 2025-09-07 20:34:22 -07:00
parent ea0f707516
commit ca7419c377
5 changed files with 12 additions and 26 deletions

View file

@ -80,6 +80,14 @@
"typst"
];
language = [
{
name = "python";
auto-format = true;
# formatter = {
# command = "ruff";
# args = ["format"];
# };
}
{
name = "typst";
text-width = 100;