Skip to content

Commit

Permalink
Configure project settings for Intellij IDEA (Kotlin#2217)
Browse files Browse the repository at this point in the history
* Add IDEA Project code-style settings

* Enable spellchecker in the commit message dialog

 Note that Grazie has to be present because of IDEA-217753

* Add copyright to IDEA project settings

 So new files will include the copyright

* Enable links to YouTrack issues from commit messages
  • Loading branch information
zarechenskiy authored and xBaank committed Apr 20, 2023
1 parent fe63ced commit d519d45
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# IntelliJ files
**/.idea/*
!/.idea/vcs.xml
!/.idea/codeStyles
!/.idea/copyright
out/
*.iml

Expand Down
15 changes: 15 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/kotlinx_serialization.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.

7 changes: 5 additions & 2 deletions .idea/vcs.xml

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

0 comments on commit d519d45

Please sign in to comment.