Skip to content

Commit

Permalink
Share AS code style settings (#274)
Browse files Browse the repository at this point in the history
* removes some files from gitignore

* fixes gitignore
  • Loading branch information
vegaro authored Mar 18, 2021
1 parent bf32e0c commit 737d573
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ hs_err_pid*
*.iml
*.ipr
*.iws
.idea/
**/.idea/*


###Eclipse###
Expand Down Expand Up @@ -116,3 +116,6 @@ fastlane/report.xml
/docs/*
!/docs/index.html
integration-tests/keystore

# share settings
!/.idea/codeStyles/
135 changes: 135 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 737d573

Please sign in to comment.