feat(new tool): Javascript Prettier

Javascript Prettier
This commit is contained in:
sharevb 2024-04-03 23:02:46 +02:00 committed by ShareVB
parent 7616a35c41
commit d1d2b6b36d
7 changed files with 241 additions and 18 deletions

View file

@ -7,7 +7,7 @@ const outputCSS = computed(() => {
return beautify.css(inputCSS.value, {
indent_char: ' ',
indent_size: 2,
sep: '\n',
eol: '\n',
});
});
</script>