8 lines
211 B
JSON
8 lines
211 B
JSON
{
|
|
"java.project.sourcePaths": ["src"],
|
|
"java.project.outputPath": "bin",
|
|
"java.project.referencedLibraries": [
|
|
"lib/**/*.jar"
|
|
],
|
|
"java.format.settings.url": "eclipse-formatter.xml"
|
|
}
|