Skip to content

Commit

Permalink
Add configuration files for IntelliJ IDEA
Browse files Browse the repository at this point in the history
Add IntelliJ IDEA-specific code style preferences that match the
Spotless configuration as close as possible.

Merged-by: Stefan Walter <[email protected]>
  • Loading branch information
martingr authored and swltr committed Aug 2, 2024
1 parent 89903cb commit 0c767ce
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/.idea/*
!/.idea/codeStyles
!/.idea/runConfigurations
/.nb-gradle/
/build/
.gradle/
Expand Down
72 changes: 72 additions & 0 deletions .idea/codeStyles/Project.xml

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

21 changes: 21 additions & 0 deletions .idea/codeStyles/README.md

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

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

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

0 comments on commit 0c767ce

Please sign in to comment.