Skip to content

Commit

Permalink
feat(android): added "codeStyleConfig.xml" to SDK
Browse files Browse the repository at this point in the history
- Added Android Studio (ie: IntelliJ) code styling file to project so all devs can shared same code editor settings.
- Updated .gitignore handling under SDK's Android folder.
  • Loading branch information
jquick-axway committed Mar 10, 2020
1 parent a366e55 commit a9f6895
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 32 deletions.
14 changes: 0 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,3 @@ junit_report.xml

.nyc_output/
coverage/

/android/titanium/.settings
/android/titanium/.project
/android/titanium/.classpath
/android/kroll-apt/bin
/android/kroll-apt/.settings
/android/kroll-apt/.project
/android/kroll-apt/.classpath
/android/app/.settings
/android/app/.project
/android/app/.classpath
/android/.settings
/android/.project
/android/titanium/.cxx
10 changes: 8 additions & 2 deletions android/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
.classpath/
.cxx/
.externalNativeBuild/
.gradle/
.idea/
.idea/*
!/.idea/codeStyles/
.project/
.settings/
build/
!/templates/build/
*.iml

/titanium/assets/Resources/ti.internal/build.properties
/kroll-apt/bin/
/local.properties
/titanium/assets/Resources/ti.internal/build.properties
149 changes: 149 additions & 0 deletions android/.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 android/.idea/codeStyles/codeStyleConfig.xml

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

This file was deleted.

0 comments on commit a9f6895

Please sign in to comment.