Skip to content

Commit

Permalink
Add an import config for vscode to match the spotless rules.
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Schohn <greg.schohn@gmail.com>
  • Loading branch information
gregschohn committed Oct 4, 2024
1 parent ec3bb75 commit f7ae6c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ __pycache__
*.egg-info*
.python-version
logs
.vscode/
tmp/

**/build/
Expand Down
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"java.compile.nullAnalysis.mode": "automatic",
"java.completion.importOrder": ["javax","java","org.opensearch","","#"]
}

0 comments on commit f7ae6c2

Please sign in to comment.