Skip to content

Commit

Permalink
Merge pull request #3672 from FloEdelmann/android-studio-code-style
Browse files Browse the repository at this point in the history
Include Android Studio's code style settings in Git
  • Loading branch information
westnordost authored Jan 27, 2022
2 parents d98df2a + 43a75bf commit d385f10
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tab_width = 4
[*.{java,py}]
indent_style = tab

[*.kt]
[*.{kt,kts}]
indent_style = space
indent_size = 4

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/.gradle
/.idea/
/.idea/*
!.idea/codeStyles
/local.properties
.DS_Store
/build
Expand Down
30 changes: 30 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 d385f10

Please sign in to comment.