mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-08 12:51:34 +00:00
33 lines
760 B
JSON
33 lines
760 B
JSON
|
{
|
||
|
"beautify.ignore": [
|
||
|
"**/*.js"
|
||
|
],
|
||
|
"beautify.language": {
|
||
|
"js": {},
|
||
|
"css": [
|
||
|
"css",
|
||
|
"scss"
|
||
|
],
|
||
|
"html": [
|
||
|
"htm",
|
||
|
"html",
|
||
|
"hbs",
|
||
|
"handlebars"
|
||
|
]
|
||
|
},
|
||
|
"discord.enabled": true,
|
||
|
"editor.formatOnPaste": false,
|
||
|
"editor.formatOnSave": true,
|
||
|
"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
|
||
|
}
|