planetiler/.vscode/settings.json

12 wiersze
414 B
JSON
Czysty Zwykły widok Historia

{
"java.format.settings.url": "eclipse-formatter.xml",
"java.format.settings.profile": "Planetiler",
2022-09-23 10:49:09 +00:00
"java.completion.importOrder": ["#", ""],
"java.sources.organizeImports.staticStarThreshold": 5,
"java.sources.organizeImports.starThreshold": 999,
2022-09-23 10:49:09 +00:00
"java.saveActions.organizeImports": true,
"yaml.schemas": {
"./planetiler-custommap/planetiler.schema.json": "planetiler-custommap/**/*.yml"
}
}