Use 'python2.7' in shebang; make script executable

On modern systems 'python' is most likely symlinked to python3, but
'google-java-format-diff.py' uses python2 syntax. Therefore it is better
to explicitly use 'python2.7'. Also changed file mode of the script (chmod
a+x) to make it executable.
1 file changed
tree: 0eeb0452871869576b5448917fcb6d8ce764fd50
  1. core/
  2. idea_plugin/
  3. scripts/
  4. .gitignore
  5. .travis.yml
  6. CONTRIBUTING.md
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

google-java-format

Build Status

google-java-format is a program that reformats Java source code to comply with Google Java Style.