mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-23 08:27:30 +03:00
17 lines
401 B
JSON
17 lines
401 B
JSON
{
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact"
|
|
],
|
|
"java.configuration.updateBuildConfiguration": "automatic",
|
|
"files.exclude": {
|
|
"**/.classpath": true,
|
|
"**/.project": true,
|
|
"**/.settings": true,
|
|
"**/.factorypath": true
|
|
},
|
|
"workbench.colorCustomizations": {
|
|
"editorUnnecessaryCode.border": "#dd7aab"
|
|
},
|
|
"java.compile.nullAnalysis.mode": "automatic"
|
|
} |