
Security News
Node.js Considers Public Workflow for Security Reports Amid AI-Driven Surge
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.
coc-blade-formatter
Advanced tools
This project is no longer maintained. Please switch to its successor, coc-blade.
blade-formatter (Laravel Blade formatter) extension for coc.nvim
CocInstall:
:CocInstall coc-blade-formatter
vim-plug:
Plug 'yaegassy/coc-blade-formatter', {'do': 'yarn install --frozen-lockfile'}
The "filetype" must be blade for this extension to work.
Set up autocmd BufNewFile,BufRead *.blade.php set filetype=blade in .vimrc/init.vim, Or install "blade" related plugin (e.g. jwalton512/vim-blade or sheerun/vim-polyglot).
:call CocAction('format'):CocCommand bladeFormatter.runbladeFormatter.enable: Whether it enables format, default: truebladeFormatter.path: Absolute path to blade-formatter. If there is no setting, the built-in blade-formatter will be used, default: ""bladeFormatter.format.indentSize: Indent size, default: 4bladeFormatter.format.wrapLineLength: The length of line wrap size, default: 120bladeFormatter.format.wrapAttributes: The way to wrap attributes, valid options ["auto", "force", "force-aligned", "force-expand-multiline", "aligned-multiple", "preserve", "preserve-aligned"], default: "auto"bladeFormatter.run: Run bladeFormatter.runTo exclude files from formatting, create .bladeignore file in the root of your project .bladeignore uses [gitignore syntax] (https://git-scm.com/docs/gitignore#_pattern_format)
# Ignore email templates
resources/views/email/**
MIT
This extension is built with create-coc-extension
FAQs
blade-formatter (Laravel Blade formatter) extension for coc.nvim
The npm package coc-blade-formatter receives a total of 38 weekly downloads. As such, coc-blade-formatter popularity was classified as not popular.
We found that coc-blade-formatter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.