update bio-formats version to 6.14.0.
This commit is contained in:
17
.vscode/settings.json
vendored
Normal file
17
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
},
|
||||
"[jsonc]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
// Extensions - Code Spell Checker
|
||||
"cSpell.ignoreWords": ["endianness", "noflat", "nopix", "omexml"],
|
||||
"cSpell.words": ["bioformats", "imageinfo", "neurodata", "riken"],
|
||||
// Extentions - Prettier
|
||||
"prettier.printWidth": 120,
|
||||
"prettier.singleQuote": true,
|
||||
"prettier.tabWidth": 4,
|
||||
"java.configuration.updateBuildConfiguration": "interactive"
|
||||
}
|
Reference in New Issue
Block a user