vscode-blade-formatter
                                
                                 vscode-blade-formatter copied to clipboard
                                
                                    vscode-blade-formatter copied to clipboard
                            
                            
                            
                        An opinionated Blade file formatter for VSCode
## Template **Please write your blade template that occurs issues.** ## Context (Environment) - write your environment ## Description Any other informations
## Code ```html ({$getJsonMaskConfiguration()})," : null }} state: $wire.{{ $isLazy() ? 'entangle(\'' . $getStatePath() . '\').defer' : $applyStateBindingModifiers('entangle(\'' . $getStatePath() . '\')') }}, })" type="text" wire:ignore @if ($isLazy()) x-on:blur="$wire.$refresh" @endif...
## Code ```html ``` ## Formatted ```html ``` ## Expectation To be formatted without losing the inner classes. While I don't think order matters for now; either first or last;...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dotenv-webpack](https://togithub.com/mrsteele/dotenv-webpack) | [`7.1.1` -> `8.0.1`](https://renovatebot.com/diffs/npm/dotenv-webpack/7.1.1/8.0.1) | [](https://docs.renovatebot.com/merge-confidence/)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/shufo/vscode-blade-formatter). ## Config Migration Needed - [ ]...
Greetings to the maker of the best extension ever! 😁 I was recently switching between 2 wrapping strategies: ### (1) `force-aligned` ```html ``` ### (2) `force-expand-multiline` ```html ``` ## Observations...
## Template ```html {{ __('Email') }} ``` ## Context (Environment) If I try to format the above block of code, I get not so desireable result. For example, if I...
## Settings ```json "bladeFormatter.format.sortTailwindcssClasses": true, "bladeFormatter.format.wrapAttributes": "force-aligned", ``` ## Sample ```html ``` ## Formatting Result ```html ``` ## Details I expected the formatter to keep the `class` attribute on the...
Hi, thank you for created this extension in vscode, it's very help me. But why every time i save the file, blade-formatter works and takes a long time about 14...