Skip to content

Commit

Permalink
feat(format/html): port JsxChildList formatting to HtmlElementList
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 committed Sep 10, 2024
1 parent 647653a commit 369d145
Show file tree
Hide file tree
Showing 9 changed files with 1,233 additions and 4 deletions.
714 changes: 710 additions & 4 deletions crates/biome_html_formatter/src/html/lists/element_list.rs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions crates/biome_html_formatter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ mod cst;
mod generated;
mod html;
pub(crate) mod prelude;
pub mod utils;

/// Formats a Html file based on its features.
///
Expand Down
Loading

0 comments on commit 369d145

Please sign in to comment.