Switch to vkbeautify for XML

https://feedback.yaak.app/p/xml-pretty-formatter-not-rendering-correctly
This commit is contained in:
Gregory Schier
2025-10-28 14:03:49 -07:00
parent a71fb8ed6c
commit 484b5b2fd8
9 changed files with 15 additions and 362 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
pub mod error;
pub mod escape;
pub mod format;
pub mod format_json;
pub mod parser;
pub mod renderer;
pub mod wasm;
pub mod format_xml;
pub use parser::*;
pub use renderer::*;