Skip to content

Commit

Permalink
Add code style config for IntelliJ to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
JojOatXGME committed Jun 29, 2024
1 parent a56ef82 commit 852ed2c
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,22 @@

# Package Files #
*.jar
!gradle/wrapper/gradle-wrapper.jar
*.war
*.ear

out
.idea/workspace.xml

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*


**/.idea
# IntelliJ
*.iml
**/.gradle
build
.idea/*
!.idea/codeStyles/
out/
!src/**/out/

# Gradle
.gradle/
build/
!src/**/build/

src/gen
30 changes: 30 additions & 0 deletions .idea/codeStyles/Project.xml

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 852ed2c

Please sign in to comment.