Removed .jsbeautifyrc in favor of using VSCode's workspace settings.
The primary reason is that because I'm only using "michelemelluso.code-beautifier" extension for VSCode which I only intend to use with CSS files.
This commit is contained in:
Bobby Wibowo 2018-05-01 00:38:42 +07:00
parent 715c821c14
commit 2ce3c5f585
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
2 changed files with 3 additions and 6 deletions

View File

@ -1,5 +0,0 @@
{
"indent_size": 2,
"indent_char": " ",
"indent_inner_html": true
}

View File

@ -1,7 +1,9 @@
{
"beautify.tabSize": 2,
"beautify.options": {
"css": {
"indent_size": 2
"indent_size": 2,
"indent_char": " "
}
},
"discord.enabled": true,