Skip to content

Commit

Permalink
Build and code formatter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kno10 committed Feb 27, 2024
1 parent f5080ae commit 8c2ea89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"java.format.settings.url": "conventions/elkiformatter.xml",
"java.format.settings.url": "https://raw.githubusercontent.com/elki-project/elki/master/conventions/elkiformatter.xml",
"editor.formatOnPaste": true,
//"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modifications",
Expand All @@ -20,5 +20,8 @@
}
}
],
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable"
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable",
"java.dependency.packagePresentation": "hierarchical",
"editor.tabSize": 2,
"editor.detectIndentation": false
}
1 change: 1 addition & 0 deletions elki/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
description = 'ELKI - Main Module'
eclipse.project.name = 'elki'
dependencies {
api project(':elki-clustering')
api project(':elki-outlier')
Expand Down

0 comments on commit 8c2ea89

Please sign in to comment.