You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what would be the easiest way to implement this. Maybe re-using the config from rustfmt - see hard_tabs? Or a command line parameter that we could set using slint.lsp-args?
Product Impact
No response
The text was updated successfully, but these errors were encountered:
Feature Description
I'm using VS Code, and tried many settings to force the use of tabs instead of spaces for indentation.
Apparently the LSP FMT tool does not support that. It looks like the 4 spaces are hard-coded:
slint/tools/lsp/fmt/fmt.rs
Line 49 in b625ad9
I'm not sure what would be the easiest way to implement this. Maybe re-using the config from
rustfmt
- see hard_tabs? Or a command line parameter that we could set usingslint.lsp-args
?Product Impact
No response
The text was updated successfully, but these errors were encountered: