File tree 3 files changed +7
-1
lines changed
lua/null-ls/builtins/_meta
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1841,7 +1841,7 @@ local sources = { null_ls.builtins.formatting.black }
1841
1841
1842
1842
### [ blade_formatter] ( https://github.com/shufo/blade-formatter )
1843
1843
1844
- An opinionated blade template formatter for Laravel that respects readability.
1844
+ An opinionated blade template formatter for Laravel that respects readability
1845
1845
1846
1846
#### Usage
1847
1847
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ return {
19
19
bib = {
20
20
formatting = { " bibclean" }
21
21
},
22
+ blade = {
23
+ formatting = { " blade_formatter" }
24
+ },
22
25
bzl = {
23
26
diagnostics = { " buildifier" },
24
27
formatting = { " buildifier" }
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ return {
25
25
black = {
26
26
filetypes = { " python" }
27
27
},
28
+ blade_formatter = {
29
+ filetypes = { " blade" }
30
+ },
28
31
blue = {
29
32
filetypes = { " python" }
30
33
},
You can’t perform that action at this time.
0 commit comments