-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(android): added "codeStyleConfig.xml" to SDK
- 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
1 parent
a366e55
commit a9f6895
Showing
5 changed files
with
162 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
android/kroll-apt/.externalToolBuilders/kroll-apt build.xml [Builder].launch
This file was deleted.
Oops, something went wrong.