Skip to content

Commit 9981e19

Browse files
committed
chore: update classpath
1 parent ba4082b commit 9981e19

File tree

7 files changed

+364
-369
lines changed

7 files changed

+364
-369
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
indent_style = space
8+
indent_size = 2
9+
end_of_line = lf
10+
charset = utf-8
11+
trim_trailing_whitespace = false
12+
insert_final_newline = false

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
.docker/.volumes
33
Vendas.iml
44
.idea
5-
.vscode/settings.json
65
*.DS_Store

.vscode/settings.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"cSpell.words": [
3+
"hamcrest",
4+
"instanceof",
5+
"jooq",
6+
"servlet",
7+
"Servlet",
8+
"springboot",
9+
"springframework",
10+
"throyer"
11+
],
12+
"java.configuration.updateBuildConfiguration": "automatic",
13+
14+
// https://github.com/halcyon/asdf-java#asdf-java
15+
"java.jdt.ls.java.home": "~/.asdf/installs/java/openjdk-17.0.1"
16+
}

0 commit comments

Comments
 (0)