mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11:33 +00:00
Updates
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:
parent
715c821c14
commit
2ce3c5f585
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"indent_size": 2,
|
|
||||||
"indent_char": " ",
|
|
||||||
"indent_inner_html": true
|
|
||||||
}
|
|
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
|
"beautify.tabSize": 2,
|
||||||
"beautify.options": {
|
"beautify.options": {
|
||||||
"css": {
|
"css": {
|
||||||
"indent_size": 2
|
"indent_size": 2,
|
||||||
|
"indent_char": " "
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"discord.enabled": true,
|
"discord.enabled": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user