godot/misc
robfram 52abf4ba84 Change shebang of pre-commit-clang-format hook to make it portable
The default one is "#!/bin/bash", but BSD systems doesn't have bash
in that path. For portability reasons, it should be changed to
"#!/usr/bin/env bash".

More info: https://en.wikipedia.org/wiki/Shebang_%28Unix%29#Portability
2018-03-06 19:53:37 +01:00
..
dist Add --quit option to help output and update manpage 2018-02-24 18:22:29 +01:00
hooks Change shebang of pre-commit-clang-format hook to make it portable 2018-03-06 19:53:37 +01:00
scripts Improve script to add/fix copyright headers 2018-01-05 01:22:22 +01:00
travis Style: Apply clang-format to Java files 2017-12-10 01:16:07 +01:00