Skip to content

Commit

Permalink
IDEA Project code-style settings (#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.

1 comment on commit cfb5af4

@AtlanteanAngel2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Complete and thank you

Please # to comment.