Skip to content
Closed
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
*.iml
*.ipr
*.iws
.idea
.idea/*
!.idea/codeStyles
.gradle
build
classes
Expand Down
21 changes: 21 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.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In order to achieve that we have a strong focus on maintainability and high test

- We expect new or modified unit test for every change (written in [Spock](https://spockframework.org/)).

- Your code should be formatted with our IntelliJ [graphql-java-code-style](graphql-java-code-style.xml).
- Your code should be formatted with our IntelliJ [graphql-java-code-style](.idea/codeStyles/Project.xml).

- We don't add a new dependency to graphql-java: dependency conflicts will make adaption of graphql-java harder for users,
therefore we avoid adding any new dependency.
Expand Down
19 changes: 0 additions & 19 deletions graphql-java-code-style.xml

This file was deleted.

Loading