mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
c2db094e62
I forgot to remove handlebars completely, lmao. Also updated vscode's settings. Temporarily only using "michelemelluso.code-beautifier" extension to beautify CSS until I find a better alternative.
22 lines
571 B
JSON
22 lines
571 B
JSON
{
|
|
"beautify.options": {
|
|
"css": {
|
|
"indent_size": 2
|
|
}
|
|
},
|
|
"discord.enabled": true,
|
|
"editor.formatOnPaste": false,
|
|
"editor.formatOnSave": false,
|
|
"editor.rulers": [
|
|
120
|
|
],
|
|
"editor.wordWrapColumn": 120,
|
|
"editor.wordWrap": "bounded",
|
|
"editor.wrappingIndent": "indent",
|
|
"eslint.enable": true,
|
|
"eslint.autoFixOnSave": true,
|
|
"javascript.format.enable": false,
|
|
"javascript.suggestionActions.enabled": false,
|
|
"javascript.validate.enable": false,
|
|
"npm-intellisense.importES6": false
|
|
} |