Commit graph

17 commits

Author SHA1 Message Date
Christopher Pickering
6c2d843c2f
fix(formatter): fixed a few broken alpinejs attributes
closes #448
2022-11-09 15:08:58 +01:00
Christopher Pickering
0d170aab6c
fix(image tag): added image tag to template break tag list. srcset formatting
closes #444
2022-11-03 11:40:09 +01:00
Christopher Pickering
907a1bfb9c
fix(attributes): prevented attribute indentation for url type attributes
Also fixed attribute quoting issues

closes #320, closes #86, closes #195
2022-11-03 11:15:35 +01:00
Christopher Pickering
62a88796f4
fix(formatter): fixed poor formatting on long inline blocks
closes #432
2022-10-24 15:16:06 +02:00
Christopher Pickering
4a0bee6dc2
fix(formatter): fixed indent on inline block followed by inline template block
closes #425
2022-10-13 12:20:40 +02:00
Christopher Pickering
8f36fec142
fix(formatter): fixed poor indentation on span tags with leading text
closes #398
2022-09-21 09:52:38 +02:00
Christopher Pickering
d31ce52b3b
fix(formatter): fixed formatting of repeating inline tags
closes #387
2022-09-16 10:47:42 +02:00
Christopher Pickering
4ac5fd0da8
fix(span): fixed indent on nested inline tags on a span
closes #383
2022-09-15 09:44:21 +02:00
Christopher Pickering
f0d37a59d1
fix(alpine js): fix incorrect indent on alpinejs attribs w/ nested HTML
closes #381
2022-09-14 09:43:31 +02:00
Christopher Pickering
183c4fc8f0
fixed lint 2022-08-16 07:42:44 -05:00
Ruan Bahia
a3ccc1974c fix(formatter): fix IndexError while adding indentation to attributes
solves issue with boolean attributes at the start of tags.
closes #290
2022-08-04 23:51:09 -03:00
John Mark Vandenberg
788715585c Fix spelling 2022-08-02 06:27:29 +08:00
Christopher Pickering
80263b29bd
fix(formatter): fix to prevent formatter from breaking malformed attribute tags
closes #317
2022-08-01 07:56:29 -05:00
Christopher Pickering
886d59021a
feat(breaks): allowed p, head, and body tags that are short/empty to be on a single line
Added more tests.
2022-05-16 09:25:29 -05:00
Christopher Pickering
a124a4dd6d
test(html tests): restructured tests 2022-05-13 16:11:06 -05:00
Christopher Pickering
eec497d043
test(yaml): added more yaml tests 2022-05-13 15:49:24 -05:00
Christopher Pickering
aee34ea64c
test(restructured): restructured the tests 2022-05-13 15:36:55 -05:00