# Disable Prettier Formatting Markdown Files via Null-ls ## Metadata **Status**:: #x **Zettel**:: #zettel/fleeting **Created**:: [[2023-09-08]] **Topic**:: [[Neovim]] ## Synopsis Add the patterns of excluded files in `.prettierignore`, for instance, ``` **/*.md ``` Also create a file `.prettierrc.yml` in the same folder, since null-ls use it to determine the project root and only use the `.prettierignore` in the root folder.