2023-08-15 18:43:52 +02:00
|
|
|
{
|
|
|
|
"java.project.sourcePaths": ["src"],
|
|
|
|
"java.project.outputPath": "bin",
|
|
|
|
"java.project.referencedLibraries": [
|
|
|
|
"lib/**/*.jar"
|
2023-08-22 10:02:59 +02:00
|
|
|
],
|
|
|
|
"java.format.settings.url": "eclipse-formatter.xml"
|
2023-08-15 18:43:52 +02:00
|
|
|
}
|