Export code style#3325
Merged
AndyScherzinger merged 1 commit intomasterfrom Mar 22, 2019
Merged
Conversation
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Collaborator
Lint
FindBugs (new)
FindBugs (master)
|
Merged
Member
|
I gave it a try while during import AS is simply removing all the formatting config changes introduced in this PR. |
Contributor
|
Should you really be importing though @AndyScherzinger ? Or just opening? |
Member
|
Hmmm, well I just opened the project since due to the AS files AS is detecting it as a Android Project right away. So yes, I am just opening it. |
Member
Author
|
This also does not work for me :/ |
Codecov Report
@@ Coverage Diff @@
## master #3325 +/- ##
========================================
Coverage 6.16% 6.16%
Complexity 1 1
========================================
Files 317 317
Lines 30516 30516
Branches 4389 4389
========================================
Hits 1882 1882
+ Misses 28349 28348 -1
- Partials 285 286 +1
|
Member
Author
Member
|
@tobiasKaminsky let's merge it then :) |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

With this AndroidStudio should use the same code formatting for everyone.
Ref: #3320 (comment)
@AndyScherzinger can you test if this does the following:
should change after Alt+Shift+L (Reformat Code) to
Signed-off-by: tobiasKaminsky tobias@kaminsky.me