Problem
typst's official documentation uses 2 spaces for identation instead of tabs
however, I'd prefer to use tabs anyways, so I think it would be cool if you could set a vim.g.typst_recommended_style variable to false, that disables this default identation overriding, just like
vim.g.rust_recommended_style = false, that does the same thing but for rust.
Problem
typst's official documentation uses 2 spaces for identation instead of tabs
however, I'd prefer to use tabs anyways, so I think it would be cool if you could set a
vim.g.typst_recommended_stylevariable tofalse, that disables this default identation overriding, just likevim.g.rust_recommended_style = false, that does the same thing but for rust.