blob: 7517d4af029d347eac239096b5609dc0885e3d8b [file] [log] [blame]
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/*.pyc": {
"when": "$(basename).py"
},
"**/core": true,
"**/build": true,
},
"editor.rulers": [
79
],
"cSpell.words": [
"Boto",
"DUT's",
"HCEXECUTION",
"Popen",
"buganizer",
"cherrypy",
"chromeos",
"crbug",
"cros",
"datefmt",
"duts",
"etime",
"hcexpect",
"hcname",
"hcobj",
"hcstatus",
"hcstatuses",
"isclass",
"moblabrpc",
"myobj",
"pb",
"pylint",
"stime",
"tast",
"testhc",
"unstaged",
"wifi"
],
"java.configuration.runtimes": [
{
"name": "JavaSE-11",
"path": "/usr/lib/jvm/java-11-openjdk-amd64",
"default": true
}
],
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"go",
"handlebars",
"html",
"jade",
"javascript",
"javascriptreact",
"json",
"latex",
"less",
"markdown",
"php",
"plaintext",
"proto3",
"pub",
"python",
"restructuredtext",
"rust",
"scss",
"text",
"typescript",
"typescriptreact",
"yml"
],
"files.associations": {
"Dockerfile*": "dockerfile",
"docker-compose*": "yaml"
},
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--line-length=79"
],
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true,
"**/core": true
},
"cSpell.diagnosticLevel": "Hint",
"eslint.format.enable": true,
"eslint.validate": [
"typescript"
],
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
"eslint.lintTask.options": "-c /moblab_source/moblab/src/moblab-ui/.eslintrc.json --ignore-path /moblab_source/moblab/src/moblab-ui/.eslintignore .",
"css.validate": false,
"scss.validate": false,
"stylelint.enable": true,
"stylelint.validate": [
"css",
"markdown",
"sass",
"scss",
],
"[python]": {
"editor.formatOnSave": true
},
"[html]": {
"editor.formatOnSave": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
},
}