mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 20:41:09 +00:00
12 lines
316 B
JSON
12 lines
316 B
JSON
{
|
|
"java.format.settings.url": "eclipse-formatter.xml",
|
|
"java.format.settings.profile": "Planetiler",
|
|
"java.completion.importOrder": [
|
|
"#",
|
|
""
|
|
],
|
|
"java.sources.organizeImports.staticStarThreshold": 5,
|
|
"java.sources.organizeImports.starThreshold": 999,
|
|
"java.saveActions.organizeImports": true
|
|
}
|