central/.vscode/settings.json

6 lines
119 B
JSON
Raw Normal View History

2018-04-06 12:46:02 +00:00
{
2018-06-07 06:02:38 +00:00
"editor.tabSize": 2,
"editor.insertSpaces": true,
2018-04-06 12:46:02 +00:00
"java.configuration.updateBuildConfiguration": "automatic"
}