Right now placing `reason` parameter in rustfmt::skip macro ```rs #[rustfmt::skip(reason = "text indentation")] ``` will cause LSP to still format block.