Skip to content

Commit

Permalink
Added idea and vscode google-java-format settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pbaumard committed Jan 13, 2025
1 parent 594e8c3 commit 3425d8e
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
!.gitattributes
!.github/
!.default.docker.env
!.vscode/
!.idea/

# Ignore generated files
target
Expand Down
6 changes: 6 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/externalDependencies.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/google-java-format.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .vscode/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Ignore all
*
# Except those files
!__gitignore__
!.gitignore
!extensions.json
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"josevseb.google-java-format-for-vs-code",
]
}

0 comments on commit 3425d8e

Please sign in to comment.