bioformats-imageinfo/.vscode/settings.json

19 lines
627 B
JSON
Raw Permalink Normal View History

2023-07-13 13:50:25 +09:00
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
2024-01-24 12:13:35 +09:00
"source.organizeImports": "explicit"
2023-07-13 13:50:25 +09:00
},
"[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,
2023-11-14 15:39:59 +09:00
"java.configuration.updateBuildConfiguration": "interactive",
"java.compile.nullAnalysis.mode": "automatic"
2023-07-13 13:50:25 +09:00
}