2018-04-13 16:20:57 +00:00
|
|
|
{
|
|
|
|
"beautify.ignore": [
|
|
|
|
"**/*.js"
|
|
|
|
],
|
|
|
|
"beautify.language": {
|
|
|
|
"js": {},
|
|
|
|
"css": [
|
|
|
|
"css",
|
|
|
|
"scss"
|
|
|
|
],
|
|
|
|
"html": [
|
|
|
|
"htm",
|
|
|
|
"html",
|
2018-04-18 21:00:36 +00:00
|
|
|
"njk" // this probably does not even work
|
2018-04-13 16:20:57 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"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
|
|
|
|
}
|