mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -04:00
feat(new tool): Javascript Prettier
Javascript Prettier
This commit is contained in:
parent
7616a35c41
commit
d1d2b6b36d
7 changed files with 241 additions and 18 deletions
|
@ -7,7 +7,7 @@ const outputCSS = computed(() => {
|
|||
return beautify.css(inputCSS.value, {
|
||||
indent_char: ' ',
|
||||
indent_size: 2,
|
||||
sep: '\n',
|
||||
eol: '\n',
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue