From a6bbeaebd8e4f629ff20d6e2386be9c8734f6d8d Mon Sep 17 00:00:00 2001 From: jmmanzano Date: Sun, 18 Jun 2023 12:27:26 +0200 Subject: feat(new tool): xml formatter (#457) * feat(new tool): xml formatter * feat(xml-formatter): added happy path e2e tests * refactor(xml-formatter): improved unit tests * refactor(xml-formatter): add better suitable icon * feat(xml-formatter): added happy path e2e tests * feat(xml-formatter): registered xml as syntax highlighter * chore(auto-import): removed unused NSpace --------- Co-authored-by: Corentin Thomasset --- src/tools/xml-formatter/xml-formatter.vue | 46 +++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/tools/xml-formatter/xml-formatter.vue (limited to 'src/tools/xml-formatter/xml-formatter.vue') diff --git a/src/tools/xml-formatter/xml-formatter.vue b/src/tools/xml-formatter/xml-formatter.vue new file mode 100644 index 0000000..d59cf8c --- /dev/null +++ b/src/tools/xml-formatter/xml-formatter.vue @@ -0,0 +1,46 @@ + + + -- cgit v1.2.3