Skip to content

Commit

Permalink
Stage IntellIJ copyright and code style config
Browse files Browse the repository at this point in the history
Since our go-to tool for development is IntellIJ, storing code-style in a different place, and not documenting copyright notice settings at all is hurting new developer experience. Using IntellIJ config files like this unifies these settings across development environments.
  • Loading branch information
RipplB committed Jul 19, 2024
1 parent 1067a8d commit 3fc0338
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,16 @@ dest/
.classpath

# Intellij
.idea/
.idea/**
*.iml
*.iws
# useful exclusions
!.idea/copyright
!.idea/copyright/bme_apache2.xml
!.idea/copyright/profiles_settings.xml
!.idea/codeStyles
!.idea/codeStyles/codeStyleConfig.xml
!.idea/codeStyles/Project.xml

# Other
wdl-output.json
Expand Down
78 changes: 78 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.

6 changes: 6 additions & 0 deletions .idea/copyright/bme_apache2.xml

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

3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

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

0 comments on commit 3fc0338

Please sign in to comment.