Skip to content

Instantly share code, notes, and snippets.

@Sevastyan
Created February 9, 2019 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sevastyan/770e5501828577cd7c1e7951f851e24b to your computer and use it in GitHub Desktop.
Save Sevastyan/770e5501828577cd7c1e7951f851e24b to your computer and use it in GitHub Desktop.
Modified `format.sh` script
#!/bin/sh
# ------------------------------------------------------
# Android Studio formatting script.
# ------------------------------------------------------
IDE_BIN_HOME="${0%/*}"
export STUDIO_PROPERTIES=$IDE_BIN_HOME/format.properties
filesToFormat=$(cat -)
options="$@"
exec "$IDE_BIN_HOME/studio.sh" format $options $filesToFormat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment