From f8b5cbe6312b568def1f91d747e2cdb8984fdf2e Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 18 Apr 2025 17:44:38 +0200 Subject: docs: cleanup - brief should live at the top of each file - fix indentation for some docs --- lsp/pyre.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lsp/pyre.lua') diff --git a/lsp/pyre.lua b/lsp/pyre.lua index f045fd0b..c46ec426 100644 --- a/lsp/pyre.lua +++ b/lsp/pyre.lua @@ -1,13 +1,13 @@ ---@brief --- --- https://pyre-check.org/ --- --- `pyre` a static type checker for Python 3. --- --- `pyre` offers an extremely limited featureset. It currently only supports diagnostics, --- which are triggered on save. --- --- Do not report issues for missing features in `pyre` to `lspconfig`. +--- https://pyre-check.org/ +--- +--- `pyre` a static type checker for Python 3. +--- +--- `pyre` offers an extremely limited featureset. It currently only supports diagnostics, +--- which are triggered on save. +--- +--- Do not report issues for missing features in `pyre` to `lspconfig`. return { cmd = { 'pyre', 'persistent' }, filetypes = { 'python' }, -- cgit v1.2.3-70-g09d2