Skip to content

Commit

Permalink
IDEA Project code-style settings (Kotlin#2021)
Browse files Browse the repository at this point in the history
* Using Kotlin official style
* Start imports for all packages
* Continuation indent size = 4
  • Loading branch information
elizarov authored May 13, 2020
1 parent e47cb35 commit cfb5af4
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
!/.idea/icon.png
!/.idea/vcs.xml
!/.idea/copyright
!/.idea/codeStyleSettings.xml
!/.idea/codeStyles
*.iml
.gradle
.gradletasknamecache
Expand Down
8 changes: 8 additions & 0 deletions .idea/codeStyleSettings.xml

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

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.

0 comments on commit cfb5af4

Please sign in to comment.