Skip to content

Commit

Permalink
android: update readme for new code formatting guidelines
Browse files Browse the repository at this point in the history
Updates tailscale/corp#18202

Mandate the use of ktfmt in the default configuration.

Signed-off-by: Jonathan Nobels <[email protected]>
  • Loading branch information
barnstar committed Mar 19, 2024
1 parent 2a415ec commit 4e62737
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ If you installed Android Studio the tools may not be in your path. To get the
correct tool path, run `make androidpath` and export the provided path in your
shell.

#### Code Formatting

The ktmft plugin on the default setting should be used to autoformat all Java, Kotlin
and XML files in Android Studio. Enable "Format on Save".

### Docker

If you wish to avoid installing software on your host system, a Docker based development strategy is available, you can build and start a shell with:
Expand Down

0 comments on commit 4e62737

Please sign in to comment.