summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2023-10-11feat: add rufo support (#132)Estifanos Beyene
* feat: add rufo support * feat: shorter description
2023-10-09doc: enforce period at end of formatter descriptionSteven Arcangeli
2023-10-09[docgen] Update docsGithub Actions
skip-checks: true
2023-10-09feat: add fixjson (#126)Magnus Larsen
Co-authored-by: Magnus Larsen <mlar@novozymes.com>
2023-10-08doc: add additional information about some advanced topicsSteven Arcangeli
2023-10-06feat: add easy-coding-standard (#121)Frederik Buchlák
* feat: add easy-coding-standard * fix executable
2023-10-06[docgen] Update docsGithub Actions
skip-checks: true
2023-10-04[docgen] Update docsGithub Actions
skip-checks: true
2023-10-04[docgen] Update docsGithub Actions
skip-checks: true
2023-10-03[docgen] Update docsGithub Actions
skip-checks: true
2023-10-02doc: add a recipe for complete lazy.nvim configurationSteven Arcangeli
2023-10-02[docgen] Update docsGithub Actions
skip-checks: true
2023-10-02[docgen] Update docsGithub Actions
skip-checks: true
2023-09-30feat: add standardrb (#91)Kerem Bozdas
* feat: add standardrb formatter * [docgen] Update docs skip-checks: true --------- Co-authored-by: Github Actions <actions@github>
2023-09-29feat: format injected languages (#83)Steven Arcangeli
2023-09-29[docgen] Update docsGithub Actions
skip-checks: true
2023-09-28[docgen] Update docsGithub Actions
skip-checks: true
2023-09-27[docgen] Update docsGithub Actions
skip-checks: true
2023-09-26feat: another utility for extending formatter argumentsSteven Arcangeli
2023-09-26[docgen] Update docsGithub Actions
skip-checks: true
2023-09-25[docgen] Update docsGithub Actions
skip-checks: true
2023-09-22[docgen] Update docsGithub Actions
skip-checks: true
2023-09-22[docgen] Update docsGithub Actions
skip-checks: true
2023-09-21feat: add mdformat (#68)Ryan Preston
* feat(formatters): add mdformat for markdown formatting * docs: add mdformat to readme and conform.txt
2023-09-21refactor: rename ruff -> ruff_fixSteven Arcangeli
2023-09-21[docgen] Update docsGithub Actions
skip-checks: true
2023-09-21feat: add ruff formatter and improve ruff root finding (#66)Leiser Fernández Gallo
* Add ruff formatter and improve ruff root finding * Add docs
2023-09-18doc: remove irrelevant note about '*' filetypeSteven Arcangeli
2023-09-18[docgen] Update docsGithub Actions
skip-checks: true
2023-09-17feat: make lsp_fallback behavior more intuitive (#59)Steven Arcangeli
When lsp_fallback = true AND the only formatters for the buffer are from the "*" or "_" filetype, format with LSP instead of the "*"/"_" formatters.
2023-09-16fix: unify timeout error message format with LSPSteven Arcangeli
2023-09-15feat: '_' filetype to define fallback formattersSteven Arcangeli
2023-09-16[docgen] Update docsGithub Actions
skip-checks: true
2023-09-15Feat: Add rustywind formatter (#56)Eric Milford
* Feat: Add rustywind formatter This adds the rustywind, a CLI for organizing Tailwind CSS classes. * Update meta description
2023-09-15feat: utility function to extend the built-in formatter args (#50)Steven Arcangeli
2023-09-15[docgen] Update docsGithub Actions
skip-checks: true
2023-09-15[docgen] Update docsGithub Actions
skip-checks: true
2023-09-15feat: allow running commands in a shell (#49)Steven Arcangeli
2023-09-15[docgen] Update docsGithub Actions
skip-checks: true
2023-09-15doc: recipe for automatically running slow formatters asyncSteven Arcangeli
2023-09-15[docgen] Update docsGithub Actions
skip-checks: true
2023-09-15feat: alejandra formatter (#52)Leiser Fernández Gallo
2023-09-14[docgen] Update docsGithub Actions
skip-checks: true
2023-09-14feat: add deno fmt (#46)Riley Bruins
2023-09-14[docgen] Update docsGithub Actions
skip-checks: true
2023-09-14feat: add djlint (#47)zootedb0t
2023-09-14[docgen] Update docsGithub Actions
skip-checks: true
2023-09-14[docgen] Update docsGithub Actions
skip-checks: true
2023-09-14doc: add some recipes to the documentationSteven Arcangeli
2023-09-13doc: document the format options that are passed through to LSP formattingSteven Arcangeli