Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- uses: koppor/intellij-idea-format@update-to-latest-intellij
with:
file-mask: "*.java"
settings-file: "config/IntelliJ Code Style.xml"
settings-file: ".idea/codeStyles/Project.xml"
# job should fail in case there are changes
- name: Check if any files changed
run: git diff --exit-code
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ gradle.properties
.idea/workspace.xml
.idea/checkstyleidea-libs

# only contains the reference name
.idea/codeStyles/codeStyleConfig.xml

# references JDK_24 and the JDK name - high risk for conflicts
.idea/misc.xml

Expand Down
312 changes: 312 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.

Loading
Loading